Prepsmith React Native Components
Get Started
Installation
yarn add prepsmith-react-native-components
#or
npm install --save prepsmith-react-native-components
Demo 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 yarnyarn install
Generate Documentation
yarn run doc
Then check DOC.md
Test
yarn test -- --watch# if you got problem maybe it because of watchman, please try: yarn test -- --no-cache --no-watchman --watch
Lint
yarn run lint
Commit Message
commit with Commitizen
yarn cz