UiLib app base on react-native-ui-lib's demo. Also built with react-native, typescript, mobx.
- react 16.9.0
- react-native 0.60.5
- typescript 3.5.3
- mobx 5.13.0
- react-navigation 3.11.1
- react-native-ui-lib 3.35.0
- ts-jest 24.0.2
- Clone and Install
# Clone the repo
git clone https://github.com/donghuazh/react-native-uiLib.git && cd $_
# Install dependencies
yarn install
- Run it on iOS or Android
# Run on iOS
yarn ios
# Run on Android
yarn android