A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.
npm install --save teaset
In the Teaset package directory:
cd example
npm install
To run example on iOS:
react-native run-ios
To run example on Android:
react-native run-android
Tips: In the Android system, the animations is not smooth, switch to the release mode can be resolved.
The document is being written, please refer to the example source code.
MIT