Skip to content

Commit 931654c

Browse files
committed
Add example app readme
1 parent cfaba18 commit 931654c

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

Example/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# React Native App Auth Example
2+
3+
A simple example application for the `react-native-app-auth` library. All relevant JavaScript code
4+
is in [App.js](App.js).
5+
6+
![Demo](demo.gif)
7+
8+
## Setup
9+
10+
You'll need to have Yarn and the React Native CLI installed:
11+
12+
```sh
13+
npm install --global yarn react-native-cli
14+
```
15+
16+
Clone the repo and install dependencies
17+
18+
```sh
19+
git clone https://github.com/FormidableLabs/react-native-app-auth.git
20+
cd ./react-native-app-auth/Example
21+
yarn
22+
```
23+
24+
## Run
25+
26+
iOS:
27+
28+
```sh
29+
react-native run-ios
30+
```
31+
32+
Android:
33+
34+
```
35+
react-native run-android
36+
```

Example/demo.gif

875 KB
Loading

0 commit comments

Comments
 (0)