mbco-react-native-common-ui
v1.27.1
Published
## Getting started
Downloads
2
Maintainers
Readme
mbco-react-native-common-ui
Getting started
$ npm install mbco-react-native-common-ui --save
- Use last of version v7 of
mbco-react-native-common-ui
This package has dependencies on other react native libraries that should be linked in your project:
mbco-react-native-font-icons
- react-native-linear-gradient
Components included:
See the docs here, or start the example app See the docs here for the new design components.
HOCs included:
See the docs here
ChangeLog
See the changeLog here
Contributing
See guidelines here
Development
Example app
To run the app see instructions here
Running tests
npm run test
in watch mode
npm run testw
Make sure the code coverage is 90+% before committing the code!
Running code quality check
npm run tsc
npm run lint
Make sure there are no flow errors before committing!
Running the build
npm run build
Publishing
npm publish
Make sure to run the build before publishing (the published code is in the lib folder)!