forked from FormidableLabs/react-native-app-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix/example app fixes (FormidableLabs#251)
* Use tenary in the render * Get Latest ios package from master
- Loading branch information
1 parent
11581a6
commit 58c97e8
Showing
6 changed files
with
58 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
{ | ||
"name": "AppAuthExample", | ||
"version": "0.0.1", | ||
"private": true, | ||
"scripts": { | ||
"start": "node node_modules/react-native/local-cli/cli.js start", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"react": "16.5.0", | ||
"react-native": "0.57.0", | ||
"react-native-app-auth": "FormidableLabs/react-native-app-auth", | ||
"styled-components": "^3.4.9" | ||
}, | ||
"devDependencies": { | ||
"babel-jest": "23.6.0", | ||
"eslint-plugin-react": "6.0.0", | ||
"jest": "23.6.0", | ||
"metro-react-native-babel-preset": "0.45.5", | ||
"react-test-renderer": "16.5.0" | ||
}, | ||
"jest": { | ||
"preset": "react-native" | ||
} | ||
"name": "AppAuthExample", | ||
"version": "0.0.1", | ||
"private": true, | ||
"scripts": { | ||
"start": "node node_modules/react-native/local-cli/cli.js start", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"react": "16.5.0", | ||
"react-native": "0.57.0", | ||
"react-native-app-auth": "FormidableLabs/react-native-app-auth#master", | ||
"styled-components": "^3.4.9" | ||
}, | ||
"devDependencies": { | ||
"babel-jest": "23.6.0", | ||
"eslint-plugin-react": "6.0.0", | ||
"jest": "23.6.0", | ||
"metro-react-native-babel-preset": "0.45.5", | ||
"react-test-renderer": "16.5.0" | ||
}, | ||
"jest": { | ||
"preset": "react-native" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4694,9 +4694,9 @@ react-is@^16.3.1, react-is@^16.5.0: | |
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.5.2.tgz#e2a7b7c3f5d48062eb769fcb123505eb928722e3" | ||
integrity sha512-hSl7E6l25GTjNEZATqZIuWOgSnpXb3kD0DVCujmg46K5zLxsbiKaaT6VO9slkSBDPZfYs30lwfJwbOFOnoEnKQ== | ||
|
||
react-native-app-auth@FormidableLabs/react-native-app-auth: | ||
version "3.1.0" | ||
resolved "https://codeload.github.com/FormidableLabs/react-native-app-auth/tar.gz/9747213b00b0ac46449ff19fa5c720a45720e1cd" | ||
react-native-app-auth@FormidableLabs/react-native-app-auth#master: | ||
version "4.0.0" | ||
resolved "https://codeload.github.com/FormidableLabs/react-native-app-auth/tar.gz/11581a6474b4a4f5b72cfbc77baf68f1a67002bd" | ||
|
||
[email protected]: | ||
version "0.57.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters