Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 683 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 683 Bytes

ReactNativeUIComponents

This is a repository that contains some ui components for react native, also can be used as a example to start up react native.

run the app

  1. npm install
  2. react-native run-android

Demo

  1. Picker

    Picker is a component for user to select from a list of datasource. The select modal will pop up from bottom. It has been extracted as an ui component and hava an example on how to use it.

    picker screen 1 picker screen2
    picker 1 picker 2