Skip to content

Commit f0cceb0

Browse files
author
Kadi Kraman
committed
Add setup instructions
1 parent bab06b5 commit f0cceb0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Example/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
11
# React Native App Auth Example
22

33
![Demo](demo.gif)
4+
5+
## Running the iOS app
6+
7+
After cloning the repository, run the following:
8+
9+
```sh
10+
cd react-native-app-auth/Example
11+
yarn
12+
(cd ios && pod install)
13+
npx react-native run-ios
14+
```
15+
16+
## Running the Android app
17+
18+
After cloning the repository, run the following:
19+
20+
```sh
21+
cd react-native-app-auth/Example
22+
yarn
23+
npx react-native run-android
24+
```
25+
26+
Note that you have to have the emulator open before running the last command. If you have difficulty getting the emulator to connect, open the project from Android Studio and run it through there.

0 commit comments

Comments
 (0)