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

  1. run lerna bootstrap
  2. install pods npm run pods
  3. init default env npm run example:env or npm run example:web:env
  4. start packages npm run example:start
  5. run example npm run example:ios or npm run example:android or npm run example:web:start

Publishing new version

npm run version