File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
markdowns/getting-started Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ First, run `npm install react-native-ui-lib`
11
11
And then, install ** peer dependencies**
12
12
13
13
```
14
- npm i react-native-gesture-handler react-native-reanimated @react-native-community/blur @react-native-community/datetimepicker @react-native-community/netinfo
14
+ npm i react-native-gesture-handler react-native-reanimated @react-native-community/blur @react-native-community/datetimepicker @react-native-community/netinfo @react-native-community/picker
15
15
16
16
cd ios && pod install
17
17
```
@@ -25,7 +25,8 @@ Some of the components are using these native dependencies, they are defined as
25
25
- "@react-native-community/blur ": ">=3.4.1",
26
26
- ~~ "react-native-interactable": ">=2.0.0"~~ (No Need in >=V5.0.0)
27
27
- "@react-native-community/datetimepicker ": "^2.1.0"
28
- - @react-native-community/netinfo ": "^5.6.2
28
+ - "@react-native-community/netinfo ": "^5.6.2"
29
+ - "@react-native-community/picker ": "^1.6.5"
29
30
30
31
## Demo App
31
32
You can’t perform that action at this time.
0 commit comments