UI components for react-native
npx lerna bootstrap && npx lerna run prepare
npm run web
or
yarn web
Move to the Example folder cd Example
Install pods for iOS or run npm run reinstall or yarn reinstall to do it automatically
npm run start
or
yarn start
Open Example/ios folder in XCode, build and run.
Open Example/android folder in Android Studio, build and run.
npx lerna publish --no-privateIt might be necessary to install npx globally, if you still haven't just run:
npm install -g npx
This project has some sensitive data including configuration keys and keystore object. To encrypt it we use git-secret. A recommended way to install it on Mac is using Homebrew:
brew install git-secret
N.B. Before making a release build, please ensure you have an access to encrypted data by giving your GPG public key and a USER_ID (such as a key ID, a full fingerprint, an email address, or anything else that uniquely identifies that key to GPG) to any project contributor who can provide such an access.
If pod install fails with Flipper-Glog dependency try
sudo xcode-select --switch /Applications/Xcode.app