You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a repository that contains some ui components for react native, also can be used as a example to start up react native. Now it contains 1. picker component
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
npm install
react-native run-android
Demo
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
About
This is a repository that contains some ui components for react native, also can be used as a example to start up react native. Now it contains 1. picker component