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 6
6
"access" : " public"
7
7
},
8
8
"peerDependencies" : {
9
- "@react-native-community /picker" : " ^1.9.0"
9
+ "@react-native-picker /picker" : " ^1.9.0"
10
10
},
11
11
"repository" : " https://github.com/reason-react-native/picker.git" ,
12
12
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
open ReactNative ;
2
2
include NativeElement ;
3
3
4
- [@ react . component ] [@ bs . module "@react-native-community /picker" ]
4
+ [@ react . component ] [@ bs . module "@react-native-picker /picker" ]
5
5
external make :
6
6
(
7
7
~ref : ref =?,
@@ -85,7 +85,7 @@ external make:
85
85
86
86
module Item = {
87
87
[@ react . component ]
88
- [@ bs . module "@react-native-community /picker" ]
88
+ [@ bs . module "@react-native-picker /picker" ]
89
89
[@ bs . scope "Picker" ]
90
90
external make :
91
91
(
Original file line number Diff line number Diff line change 1
1
open ReactNative ;
2
2
include NativeElement ;
3
3
4
- [@ react . component ] [@ bs . module "@react-native-community /picker" ]
4
+ [@ react . component ] [@ bs . module "@react-native-picker /picker" ]
5
5
external make :
6
6
(
7
7
~ref : ref =?,
@@ -78,7 +78,7 @@ external make:
78
78
79
79
module Item = {
80
80
[@ react . component ]
81
- [@ bs . module "@react-native-community /picker" ]
81
+ [@ bs . module "@react-native-picker /picker" ]
82
82
[@ bs . scope "PickerIOS" ]
83
83
external make :
84
84
(
You can’t perform that action at this time.
0 commit comments