prepsmith-react-native-components

yarn add prepsmith-react-native-components

Usage no npm install needed!

<script type="module">
  import prepsmithReactNativeComponents from 'https://cdn.skypack.dev/prepsmith-react-native-components';
</script>

README

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

React Doc

Development

Install Dependencies

npm install -g yarn
yarn 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