![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@payfit/midnight
Advanced tools
React UI components for the PayFit Design System
yarn add @payfit/midnight
(or npm i -S @payfit/midnight
)import { Text, Button } from '@payfit/midnight'
Environment variables setup:
You need to have an environment variable GITHUB_TOKEN
. The value can be found in 1Password (GitHub API Token).
Packages installation:
yarn install
yarn install --cwd MidnightNativeDemo
yarn start
yarn storybook
Setup native environment
First, you need to setup your emulator, read the following links to get started:
iOS
: https://docs.expo.io/versions/latest/workflow/ios-simulator/Android
: https://docs.expo.io/versions/latest/workflow/android-studio-emulator/Let's run it
yarn dev:native
/MidnightNativeDemo
yarn start
and, via CLI interactions, you should be able to launch your sandbox on your opened emulatorNote: You can open an emulator directly from your VSCode editor via this extension
Note: On the metro bundler, the connection is set to Local
by default, it is faster but you'll need to set it to LAN
for Android.
yarn test
npm login
(login info in 1Password at npm)git config --global push.followTags true
(will push tags with git push
automatically)npm version patch|minor|major
npm publish
git push
To be able to deploy the documentation to testing, make sure you did this before: https://www.notion.so/payfitapp/Connecting-to-our-staging-preprod-testing-Kubernetes-cluster-Getting-started-1ca6f236d9d64e2c8ea292cb6c6f55f1
You'll also need helm:
brew install kubernetes-helm
Command | Description |
---|---|
testing:list | Get the list of the deployed website |
testing:status | Get testing status |
testing:deploy | Deploy your branch to a testing, accessible at midnight-[branch-name].payfit.tech and will be updated automatically |
testing:delete | Delete the current branch's testing environment |
Note:
/ \_
) it will be replaced by -
.FAQs
React UI components library for the PayFit Design System
The npm package @payfit/midnight receives a total of 0 weekly downloads. As such, @payfit/midnight popularity was classified as not popular.
We found that @payfit/midnight demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.