You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: markdowns/getting-started/setup.md
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -37,20 +37,19 @@ cd ios && pod install
37
37
```
38
38
39
39
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**.
42
42
*For some packages you might still need to install one of the native dependencies*
43
43
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.
45
45
It's important to run `cd ios && pod install` if you are using a component that has native dependency
46
46
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)
0 commit comments