1.0.1 • Published 7 years ago
react-native-micro-component v1.0.1
Teaset
A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.
Installation
npm install --save teasetExample
In the Teaset package directory:
cd example
npm installTo run example on iOS:
react-native run-iosTo run example on Android:
react-native run-androidTips: In the Android system, the animations is not smooth, switch to the release mode can be resolved.
iPhoneX
Add the following code to support iPhoneX
Theme.set ({fitIPhoneX: true});Note: This option is false by default, don't open it if SafeAreaView is used.
Documentation
The document is being written, please refer to the example source code.
Screenshots
Components

Theme

Label

Button

Checkbox

Input

Select

Stepper

SearchInput

Badge

Popover

NavigationBar

ListRow

Carousel

Projector

SegmentedBar

SegmentedView

TabView

TransformView

AlbumView

Wheel

Overlay

Toast

ActionSheet

ActionPopover

PullPicker

PopoverPicker

Menu

Drawer

ModalIndicator

License
MIT