1.0.0 • Published 8 years ago
prepsmith-react-native-components v1.0.0
Prepsmith React Native Components
Get Started
Installation
yarn add prepsmith-react-native-components
#or
npm install --save prepsmith-react-native-componentsDemo App
Checkout the example app on Expo which uses all components.
Additionally, take a look at the __examples__ folder to view the implementation & run the expo app locally.
Documentation
Development
Install Dependencies
npm install -g yarn
yarn installGenerate Documentation
yarn run docThen check DOC.md
Test
yarn test -- --watch
# if you got problem maybe it because of watchman, please try:
yarn test -- --no-cache --no-watchman --watchLint
yarn run lintCommit Message
commit with Commitizen
yarn cz