Skip to content

Commit 15b449a

Browse files
committed
Update docs on installing peer deps
1 parent 4d7eaba commit 15b449a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

markdowns/getting-started/setup.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,19 @@ cd ios && pod install
3737
```
3838

3939

40-
## Install Native Dependencies (must)
41-
If you're planning on using speicific components, see **UILib Packages**.
40+
## Install Native Dependencies
41+
If you're planning on using specific components, see **UILib Packages**.
4242
*For some packages you might still need to install one of the native dependencies*
4343

44-
Some of the components are using these native dependencies, they are defined as peer dependencies so you can install the version that suit you.
44+
Some of the components are using the following native dependencies, they are defined as peer dependencies so you can install the version that suit you.
4545
It's important to run `cd ios && pod install` if you are using a component that has native dependency
4646

47-
- "react-native-gesture-handler": ">=1.5.0",
48-
- "react-native-reanimated": ">=1.4.0",
49-
- "@react-native-community/blur": ">=3.4.1",
50-
- ~~"react-native-interactable": ">=2.0.0"~~ (No Need in >=V5.0.0)
47+
- "react-native-gesture-handler": ">=1.9.0" (mandatory)
48+
- "react-native-reanimated": ">=1.13.2" (mandatory)
49+
- "@react-native-community/blur": ">=3.4.1" (required for Card component when passing `enableBlur` prop)
5150
- "@react-native-community/datetimepicker": "^2.1.0"
52-
- "@react-native-community/netinfo": "^5.6.2"
53-
- "@react-native-picker/picker": "^1.9.4",
51+
- "@react-native-community/netinfo": "^5.6.2" (required for ConnectionStatusBar component)
52+
- "@react-native-picker/picker": "^1.9.4" (required for Picker component when passing `useNativePicker` prop)
5453

5554
## Demo App
5655

0 commit comments

Comments
 (0)