File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,18 @@ npm install @reason-react-native/picker
2828refer to the relevant
2929[ instructions] ( https://github.com/react-native-community/react-native-picker/blob/master/README.md ) .
3030
31- Finally, ` @reason-react-native/picker ` should be added to ` bs-dependencies ` in
32- ` BuckleScript ` configuration of the project (` bsconfig.json ` ). For example,
31+ ` @reason-react-native/picker ` should be added to ` bs-dependencies ` in your ` bsconfig.json ` . Something like
3332
34- ``` json
33+ ``` diff
3534{
36- ...
37- "bs-dependencies" : [" reason-react" , " reason-react-native" , " @reason-react-native/picker" ],
38- ...
35+ //...
36+ "bs-dependencies": [
37+ "reason-react",
38+ "reason-react-native",
39+ // ...
40+ + "@reason-react-native/picker"
41+ ],
42+ //...
3943}
4044```
4145
You can’t perform that action at this time.
0 commit comments