@brandingbrand/flagship-sdk
v1.23.0
Published
This repo is where development is done for the React Native version of the Flagship SDK. The output from this repo is published to NPM as @brandingbrand/flagship-sdk.
Downloads
2,577
Maintainers
Keywords
Readme
Flagship React Native SDK
This repo is where development is done for the React Native version of the Flagship SDK. The output from this repo is published to NPM as @brandingbrand/flagship-sdk.
Requirements
Node >= 16
Installation
npm install
Publishing
- Clean your node_modules and dist directory:
git clean -fdx
- Reinstall node modules and recompile TypeScript:
npm install
- Edit
version
inpackage.json
as appropriate:- Main releases: a.b.c (e.g., 1.2.0)
- Alpha releases: a.b.c-alpha.d (e.g., 1.2.0-alpha.2)
- Trial publish: check that version number and tag are correct
- Main release:
npm publish --dry-run
- Alpha release:
npm publish --tag=alpha --dry-run
- Main release:
- Publish:
- Main release:
npm publish
- Alpha release:
npm publish --tag=alpha
- Main release:
- Make a new Github release and create a tag (e.g., v1.2.0) from the current version of main