react-native-picker-input
v1.0.0
Published
Input fields that shows a picker when selected. Uses the real iOS picker/input approach, no simulation. Android picker works as normal.
Downloads
1
Readme
react-native-picker-input
Getting started
$ npm install react-native-picker-input --save
Mostly automatic installation
$ react-native link react-native-picker-input
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries
➜Add Files to [your project's name]
- Go to
node_modules
➜react-native-picker-input
and addWNRPickerInput.xcodeproj
- In XCode, in the project navigator, select your project. Add
libWNRPickerInput.a
to your project'sBuild Phases
➜Link Binary With Libraries
- Run your project (
Cmd+R
)