Skip to content

Commit f9eb7cc

Browse files
authored
Update setup.md
1 parent 8d109ab commit f9eb7cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

markdowns/getting-started/setup.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ First, run `npm install react-native-ui-lib`
1111
And then, install **peer dependencies**
1212

1313
```
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
1515
1616
cd ios && pod install
1717
```
@@ -25,7 +25,8 @@ Some of the components are using these native dependencies, they are defined as
2525
- "@react-native-community/blur": ">=3.4.1",
2626
- ~~"react-native-interactable": ">=2.0.0"~~ (No Need in >=V5.0.0)
2727
- "@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"
2930

3031
## Demo App
3132

0 commit comments

Comments
 (0)