flare-mobile-core
v0.10.0
Published
Files needed for Flare mobile
Readme
Flare Mobile Core
Initial Setup
Install Node
- See
.nvmrcfile for specific version.
- See
Install dependencies
yarn install
Testing
Run the test suite using:
yarn testAdding Flare Mobile Core to a Project
Update package.json file in another project as follows:
// ...
"dependencies": {
"flare-mobile-core": "git+ssh://[email protected]:flarehealth/flare-mobile-core.git#vX.Y.Z",
}
// ...Releasing a New Version
See here for information on how to release a new version of the package.
