Skip to content

Commit d080195

Browse files
committed
Update getting-started doc
1 parent f8b572f commit d080195

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/getting-started/setup.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ import {KeyboardTrackingView, KeyboardAwareInsetsView, KeyboardRegistry, Keyboar
2424

2525
## Install UILib
2626

27-
First, run `npm install react-native-ui-lib`
27+
- Run `npm install react-native-ui-lib`
28+
- Install mandatory [peer dependencies](#peer-dependencies), `npm i react-native-reanimated react-native-gesture-handler`
29+
- Install ios pods, `cd ios && pod install`
2830

2931
If you plan on using specific components, see **UILib Packages** above.
3032
*For some packages you might still need to install one of the peer dependencies*
@@ -62,10 +64,9 @@ Some of the components are using the native dependencies listed below - those ar
6264

6365
## Demo App
6466

65-
Our demo app is located [here](https://github.com/wix/react-native-ui-lib/tree/master/demo). To run it:
66-
67-
- Clone the repo
68-
- Install dependencies: `npm install`
69-
- (for iOS) `cd ios && pod install && cd ..`
70-
- Start the packager: `npm start`
71-
- Build the app: `npm run ios` or `npm run android` (or from Xcode or Android Studio).
67+
- Clone the project `git clone [email protected]:wix/react-native-ui-lib.git`
68+
- `cd react-native-ui-lib`
69+
- Install dependencies `npm install`
70+
- (for iOS) `cd ios && pod install`
71+
- Start the packager `npm start`
72+
- Build the app `npm run ios` or `npm run android` (or from Xcode or Android Studio).

0 commit comments

Comments
 (0)