aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-18 18:18:25 -0400
committerGitHub <noreply@github.com>2021-05-18 18:18:25 -0400
commit11693ffaf7b01e8d8c171b11c96b9148038cab94 (patch)
tree6c1c7af31c181d95ab084bf86d3579e13948a4bf /package.json
parentc8487348e1026a3a2c1a147d3eefe3ee0cc6528c (diff)
parent45278d3303ae673e7bcfee40f172f820ca06ba65 (diff)
Merge pull request #426 from IvanIFChen/tma832-fix-inapp-browser
[TMA-832] Fixed inapp browser
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index 16932be4..ea8c946a 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,8 @@
"start": "react-native start",
"test": "jest",
"type": "tsc",
- "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
+ "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
+ "postinstall": "patch-package"
},
"dependencies": {
"@react-native-community/async-storage": "^1.12.1",
@@ -26,6 +27,8 @@
"@stream-io/flat-list-mvcp": "^0.10.1",
"@types/react-native-vector-icons": "^6.4.5",
"moment": "^2.29.1",
+ "patch-package": "^6.4.7",
+ "postinstall-postinstall": "^2.1.0",
"react": "16.13.1",
"react-moment": "^1.0.0",
"react-native": "0.63.3",
@@ -43,7 +46,7 @@
"react-native-hyperlink": "^0.0.19",
"react-native-image-crop-picker": "^0.36.0",
"react-native-image-resizer": "^1.4.4",
- "react-native-inappbrowser-reborn": "^3.4.0",
+ "react-native-inappbrowser-reborn": "^3.5.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-picker-select": "^7.0.0",
"react-native-push-notifications": "^3.0.10",