Developing
September 1, 2023 ยท View on GitHub
Directory structure
Repository is maintained using lerna in order to symlink rnuc library into example app.
Working with example
- run
lerna bootstrap - install pods
npm run pods - init default env
npm run example:envornpm run example:web:env - start packages
npm run example:start - run example
npm run example:iosornpm run example:androidornpm run example:web:start
Publishing new version
npm run version