/rn-system

common element for react native

Primary LanguageTypeScriptMIT LicenseMIT

@course-design/rn-system

common element for react native

Getting started

Requirements

  • react-native-reanimated >= 2.0.0
  • react-native-gesture-handler >= 1.10.0

Pre-installation

You MUST to follow below instructions before install @course-design/rn-system

Installation

npm install --save @course-design/rn-system

or if you want to use yarn

yarn add @course-design/rn-system

Example

You want to try this library without setting RN project, you can run example project

  1. Clone this repository
  2. Install dependencies
npm run bootstrap
  1. Run example
npm run android

or

npm run ios

Documentation

License

MIT