diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2020-10-19 14:09:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-19 14:09:01 -0400 |
| commit | f5853b77ef9506df056029282c475e5628fb6ab0 (patch) | |
| tree | fd6c50c0ef7b8c133897b6a5f8cac64ac5e6aa2b /package.json | |
| parent | ab7fa09af967e0a8cf2ca53dfb24f8bc8a6886f7 (diff) | |
[TMA-272] Add browser login flow to Instagram social linking (#56)
* added in-app browser package and added social link for instagram
* added comments and improved code clarity
* added more skeleton code
* Finished FB linking
* updated facebook oauth to request for permission
* finished twitter sign on
* minor fixes
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index e12e1988..c95b8f3f 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "react-native-elements": "^2.3.2", "react-native-gesture-handler": "^1.6.1", "react-native-image-crop-picker": "^0.32.2", + "react-native-inappbrowser-reborn": "^3.4.0", "react-native-linear-gradient": "^2.5.6", "react-native-picker-select": "^7.0.0", "react-native-reanimated": "^1.9.0", |
