Skip to content

Commit ac4d232

Browse files
feat(aws-amplify-react-native): Add withOAuth HOC for Cognito Hosted UI (#2665)
* feat(aws-amplify-react-native): Add withOAuth HOC for Cognito Hosted UI
1 parent 8e1e881 commit ac4d232

File tree

12 files changed

+1692
-3655
lines changed

12 files changed

+1692
-3655
lines changed

packages/auth/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"test": "tslint 'src/**/*.ts' && jest --coverage",
1313
"build-with-test": "npm run clean && npm test && tsc && webpack",
1414
"build": "npm run clean && tsc && webpack",
15+
"build:watch": "npm run clean && tsc --watch",
1516
"clean": "rimraf lib lib-esm dist",
1617
"format": "tsfmt --useTsfmt tsfmt.json -r src/**/*.ts",
1718
"lint": "tslint 'src/**/*.ts'"
@@ -50,10 +51,14 @@
5051
"webpack": "^3.5.5"
5152
},
5253
"dependencies": {
53-
"@aws-amplify/cache": "1.0.23-unstable.3",
54-
"@aws-amplify/core": "1.0.23-unstable.3",
55-
"amazon-cognito-auth-js": "^1.1.9",
56-
"amazon-cognito-identity-js": "3.0.8-unstable.4"
54+
"@aws-amplify/cache": "1.0.23-unstable.2",
55+
"@aws-amplify/core": "1.0.23-unstable.2",
56+
"amazon-cognito-auth-js": "^1.3.2",
57+
"amazon-cognito-identity-js": "^3.0.8-unstable.2"
58+
},
59+
"peerDependencies": {
60+
"buffer": "4.x",
61+
"react-native": "^0.44.0"
5762
},
5863
"jest": {
5964
"transform": {

0 commit comments

Comments
 (0)