1.27.1 • Published 4 years ago
mbco-react-native-common-ui v1.27.1
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 testin watch mode
npm run testwMake sure the code coverage is 90+% before committing the code!
Running code quality check
npm run tsc
npm run lintMake sure there are no flow errors before committing!
Running the build
npm run buildPublishing
npm publishMake sure to run the build before publishing (the published code is in the lib folder)!