File tree Expand file tree Collapse file tree 5 files changed +21
-44
lines changed Expand file tree Collapse file tree 5 files changed +21
-44
lines changed Original file line number Diff line number Diff line change 3
3
Demo application for Android
4
4
5
5
## Versions
6
- ** React Native** 0.57.2
7
- ** App Auth:** 0.94.0
8
- ** React Native App Auth:** 3.1.0
6
+ - ** React Native** 0.57.2
7
+ - ** App Auth:** 0.94.0
8
+ - ** React Native App Auth:** 3.1.0
9
9
10
10
## Setup
11
11
Original file line number Diff line number Diff line change 3
3
Demo application that uses the version of react-native-app-auth in this repo
4
4
5
5
## Versions
6
- ** React Native** 0.57.2
7
- ** App Auth:** Latest
8
- ** React Native App Auth:** Latest
6
+ - ** React Native** 0.57.2
7
+ - ** App Auth:** Latest
8
+ - ** React Native App Auth:** Latest
9
9
10
10
## Setup
11
11
25
25
26
26
## Run
27
27
28
+ iOS
28
29
```
29
30
react-native run-ios
30
31
```
31
32
33
+ Android
32
34
```
33
35
react-native run-android
34
36
```
Original file line number Diff line number Diff line change 1
1
# React Native App Auth Examples
2
2
3
- Example application for the ` react-native-app-auth ` library.
3
+ Example applications for the ` react-native-app-auth ` library.
4
4
5
- ![ Demo] ( demo.gif )
6
-
7
- ## Setup
8
-
9
- You'll need to have Yarn and the React Native CLI installed:
10
-
11
- ``` sh
12
- npm install --global yarn react-native-cli
13
- ```
14
-
15
- Clone the repo and install dependencies
16
-
17
- ``` sh
18
- git clone https://github.com/FormidableLabs/react-native-app-auth.git
19
- cd ./react-native-app-auth/Example/Latest
20
- yarn
21
- ```
22
-
23
- ## Run
24
-
25
- iOS:
26
-
27
- ```
28
- react-native run-ios
29
- ```
30
-
31
- Android:
32
-
33
- ```
34
- react-native run-android
35
- ```
5
+ This repo contains 4 React Native demo applications with the same JS code, but different native implementations.
36
6
7
+ All the JS code can be found in ` App.js ` .
37
8
38
9
### Latest (Android & iOS)
39
10
Latest code in the repo for both iOS and Android
@@ -46,3 +17,7 @@ iOS app only with the AppAuth dependency installed from Carthage
46
17
47
18
### Android
48
19
Android app only
20
+
21
+ ## Demo
22
+
23
+ ![ Demo] ( demo.gif )
Original file line number Diff line number Diff line change 3
3
Demo application installing the AppAuth dependency using Carthage
4
4
5
5
## Versions
6
- ** React Native** 0.57.2
7
- ** App Auth:** 0.94.0
8
- ** React Native App Auth:** [ from PR] ( https://github.com/FormidableLabs/react-native-app-auth/pull/189 )
6
+ - ** React Native** 0.57.2
7
+ - ** App Auth:** 0.94.0
8
+ - ** React Native App Auth:** [ from PR] ( https://github.com/FormidableLabs/react-native-app-auth/pull/189 )
9
9
10
10
## Setup
11
11
Original file line number Diff line number Diff line change 3
3
Demo application installing the AppAuth dependency using Pods
4
4
5
5
## Versions
6
- ** React Native** 0.57.2
7
- ** App Auth:** 0.94.0
8
- ** React Native App Auth:** 3.1.0
6
+ - ** React Native** 0.57.2
7
+ - ** App Auth:** 0.94.0
8
+ - ** React Native App Auth:** 3.1.0
9
9
10
10
## Setup
11
11
You can’t perform that action at this time.
0 commit comments