Shared code between ChurchApps react native applications
- After making changes run
npm run build
followed bynpm link
to expose the package locally - In your test project run
@npm link @churchapps/mobilehelper
- Rerun both after changes
- Update version number in package.json
- Run
npm run build
- Run
npm publish --access=public