File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 "access" : " public"
77 },
88 "peerDependencies" : {
9- "@react-native-community /picker" : " ^1.9.0"
9+ "@react-native-picker /picker" : " ^1.9.0"
1010 },
1111 "repository" : " https://github.com/reason-react-native/picker.git" ,
1212 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11open ReactNative ;
22include NativeElement ;
33
4- [@ react . component ] [@ bs . module "@react-native-community /picker" ]
4+ [@ react . component ] [@ bs . module "@react-native-picker /picker" ]
55external make :
66 (
77 ~ref : ref =?,
@@ -85,7 +85,7 @@ external make:
8585
8686module Item = {
8787 [@ react . component ]
88- [@ bs . module "@react-native-community /picker" ]
88+ [@ bs . module "@react-native-picker /picker" ]
8989 [@ bs . scope "Picker" ]
9090 external make :
9191 (
Original file line number Diff line number Diff line change 11open ReactNative ;
22include NativeElement ;
33
4- [@ react . component ] [@ bs . module "@react-native-community /picker" ]
4+ [@ react . component ] [@ bs . module "@react-native-picker /picker" ]
55external make :
66 (
77 ~ref : ref =?,
@@ -78,7 +78,7 @@ external make:
7878
7979module Item = {
8080 [@ react . component ]
81- [@ bs . module "@react-native-community /picker" ]
81+ [@ bs . module "@react-native-picker /picker" ]
8282 [@ bs . scope "PickerIOS" ]
8383 external make :
8484 (
You can’t perform that action at this time.
0 commit comments