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
$ cd react-native-picker/example/PickerTest/android
Correct screenshot
Step 3
$ npm install
Correct screenshot
Step 4
$ react-native link react-native-picker
and
$ react-native run-android
Correct screenshot
Be sure to be there:
rnpm-install info Android module react-native-picker is already linked
rnpm-install info iOS module react-native-picker is already linked
The corresponding changes in the file :
android/settings.gradle
include ':react-native-picker'
project(':react-native-picker').projectDir =newFile(rootProject.projectDir, '../node_modules/react-native-picker/android')