reactnativemediator
v1.0.20
Published
Library that communicates with react native using expo components to handle native request from react js.
Downloads
34
Readme
Simple Typescript Modules
Step 5: Publish to npm To publish your first version to npm run:
tsc OR npm run compile npm version {patch, minor} npm publish
For subsequent releases, use the semvar principle. When you make a patch / bugfix to your library, you can run npm version patch, for new features run npm version minor and on breaking changes of your api run npm version major.