We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfaba18 commit 931654cCopy full SHA for 931654c
Example/README.md
@@ -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
+
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
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
29
+react-native run-ios
30
31
32
+Android:
33
34
35
+react-native run-android
36
Example/demo.gif
875 KB
0 commit comments