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
If you're planning on using specific components, see **UILib Packages**.
29
+
If you plan on using specific components, see **UILib Packages** above.
30
30
*For some packages you might still need to install one of the peer dependencies*
31
31
32
-
If you want it all, install **peer dependencies**
32
+
If you want it all, install **peer dependencies**:
33
33
```js
34
34
npm i react-native-gesture-handler react-native-reanimated @react-native-community/blur @react-native-community/datetimepicker @react-native-community/netinfo @react-native-picker/picker
35
35
@@ -38,11 +38,12 @@ cd ios && pod install
38
38
39
39
40
40
## Install Native Dependencies
41
-
If you're planning on using specific components, see **UILib Packages**.
41
+
If you plan 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 the following native dependencies, they are defined as peer dependencies so you can install the version that suit you.
45
-
It's important to run `cd ios && pod install` if you are using a component that has native dependency
44
+
Some of the components are using the native dependencies listed below - those are defined as peer dependencies, so you can install the version that suits you.
45
+
46
+
> It's important to run `cd ios && pod install` if you are using a component that has a native dependency.
Copy file name to clipboardExpand all lines: markdowns/getting-started/usage.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ title: "Usage"
6
6
This is a quick example of how to use our basic components, modifiers and presets to generate a good looking screen. <br>
7
7
For detailed information please go over the other sections: Style, Modifiers, Components...
8
8
9
+
<!--
10
+
COPY-EDITOR NOTE
11
+
12
+
The renders of the phone screen image I get in both Chrome and in the VSCode Markdown preview show the phone image overlaying the code part and the text above it - please check the layout of the image in the rendered docs.
0 commit comments