common element for react native
react-native-reanimated
>= 2.0.0react-native-gesture-handler
>= 1.10.0
You MUST to follow below instructions before install @course-design/rn-system
npm install --save @course-design/rn-system
or if you want to use yarn
yarn add @course-design/rn-system
You want to try this library without setting RN project, you can run example
project
- Clone this repository
- Install dependencies
npm run bootstrap
- Run example
npm run android
or
npm run ios
MIT