@churchapps/mobilehelper
v0.3.15
Published
Shared code between ChurchApps react native applications.
Downloads
83
Keywords
Readme
MobileHelper
Shared code between ChurchApps react native applications
To Test
- After making changes run
npm run buildfollowed bynpm linkto expose the package locally - In your test project run
@npm link @churchapps/mobilehelper - Rerun both after changes
To Publish
- Update version number in package.json
- Run
npm run build - Run
npm publish --access=public
