Phecda

chore: add react-navigation@5

@@ -179,6 +179,8 @@ android { @@ -179,6 +179,8 @@ android {
179 } 179 }
180 180
181 dependencies { 181 dependencies {
  182 + implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
  183 + implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'
182 implementation fileTree(dir: "libs", include: ["*.jar"]) 184 implementation fileTree(dir: "libs", include: ["*.jar"])
183 implementation "com.facebook.react:react-native:+" // From node_modules 185 implementation "com.facebook.react:react-native:+" // From node_modules
184 186
@@ -2,8 +2,9 @@ @@ -2,8 +2,9 @@
2 * @format 2 * @format
3 */ 3 */
4 4
5 -import {AppRegistry} from 'react-native'; 5 +import 'react-native-gesture-handler';
  6 +import { AppRegistry } from 'react-native';
6 import App from './App'; 7 import App from './App';
7 -import {name as appName} from './app.json'; 8 +import { name as appName } from './app.json';
8 9
9 AppRegistry.registerComponent(appName, () => App); 10 AppRegistry.registerComponent(appName, () => App);
@@ -182,6 +182,8 @@ PODS: @@ -182,6 +182,8 @@ PODS:
182 - React-cxxreact (= 0.61.5) 182 - React-cxxreact (= 0.61.5)
183 - React-jsi (= 0.61.5) 183 - React-jsi (= 0.61.5)
184 - React-jsinspector (0.61.5) 184 - React-jsinspector (0.61.5)
  185 + - react-native-safe-area-context (0.7.3):
  186 + - React
185 - React-RCTActionSheet (0.61.5): 187 - React-RCTActionSheet (0.61.5):
186 - React-Core/RCTActionSheetHeaders (= 0.61.5) 188 - React-Core/RCTActionSheetHeaders (= 0.61.5)
187 - React-RCTAnimation (0.61.5): 189 - React-RCTAnimation (0.61.5):
@@ -217,6 +219,14 @@ PODS: @@ -217,6 +219,14 @@ PODS:
217 - React-cxxreact (= 0.61.5) 219 - React-cxxreact (= 0.61.5)
218 - React-jsi (= 0.61.5) 220 - React-jsi (= 0.61.5)
219 - ReactCommon/jscallinvoker (= 0.61.5) 221 - ReactCommon/jscallinvoker (= 0.61.5)
  222 + - RNCMaskedView (0.1.7):
  223 + - React
  224 + - RNGestureHandler (1.6.0):
  225 + - React
  226 + - RNReanimated (1.7.0):
  227 + - React
  228 + - RNScreens (2.2.0):
  229 + - React
220 - Yoga (1.14.0) 230 - Yoga (1.14.0)
221 231
222 DEPENDENCIES: 232 DEPENDENCIES:
@@ -236,6 +246,7 @@ DEPENDENCIES: @@ -236,6 +246,7 @@ DEPENDENCIES:
236 - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`) 246 - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
237 - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`) 247 - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
238 - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`) 248 - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
  249 + - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
239 - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`) 250 - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
240 - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`) 251 - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
241 - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`) 252 - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
@@ -247,6 +258,10 @@ DEPENDENCIES: @@ -247,6 +258,10 @@ DEPENDENCIES:
247 - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`) 258 - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
248 - ReactCommon/jscallinvoker (from `../node_modules/react-native/ReactCommon`) 259 - ReactCommon/jscallinvoker (from `../node_modules/react-native/ReactCommon`)
249 - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) 260 - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
  261 + - "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
  262 + - RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
  263 + - RNReanimated (from `../node_modules/react-native-reanimated`)
  264 + - RNScreens (from `../node_modules/react-native-screens`)
250 - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) 265 - Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
251 266
252 SPEC REPOS: 267 SPEC REPOS:
@@ -282,6 +297,8 @@ EXTERNAL SOURCES: @@ -282,6 +297,8 @@ EXTERNAL SOURCES:
282 :path: "../node_modules/react-native/ReactCommon/jsiexecutor" 297 :path: "../node_modules/react-native/ReactCommon/jsiexecutor"
283 React-jsinspector: 298 React-jsinspector:
284 :path: "../node_modules/react-native/ReactCommon/jsinspector" 299 :path: "../node_modules/react-native/ReactCommon/jsinspector"
  300 + react-native-safe-area-context:
  301 + :path: "../node_modules/react-native-safe-area-context"
285 React-RCTActionSheet: 302 React-RCTActionSheet:
286 :path: "../node_modules/react-native/Libraries/ActionSheetIOS" 303 :path: "../node_modules/react-native/Libraries/ActionSheetIOS"
287 React-RCTAnimation: 304 React-RCTAnimation:
@@ -302,6 +319,14 @@ EXTERNAL SOURCES: @@ -302,6 +319,14 @@ EXTERNAL SOURCES:
302 :path: "../node_modules/react-native/Libraries/Vibration" 319 :path: "../node_modules/react-native/Libraries/Vibration"
303 ReactCommon: 320 ReactCommon:
304 :path: "../node_modules/react-native/ReactCommon" 321 :path: "../node_modules/react-native/ReactCommon"
  322 + RNCMaskedView:
  323 + :path: "../node_modules/@react-native-community/masked-view"
  324 + RNGestureHandler:
  325 + :path: "../node_modules/react-native-gesture-handler"
  326 + RNReanimated:
  327 + :path: "../node_modules/react-native-reanimated"
  328 + RNScreens:
  329 + :path: "../node_modules/react-native-screens"
305 Yoga: 330 Yoga:
306 :path: "../node_modules/react-native/ReactCommon/yoga" 331 :path: "../node_modules/react-native/ReactCommon/yoga"
307 332
@@ -321,6 +346,7 @@ SPEC CHECKSUMS: @@ -321,6 +346,7 @@ SPEC CHECKSUMS:
321 React-jsi: cb2cd74d7ccf4cffb071a46833613edc79cdf8f7 346 React-jsi: cb2cd74d7ccf4cffb071a46833613edc79cdf8f7
322 React-jsiexecutor: d5525f9ed5f782fdbacb64b9b01a43a9323d2386 347 React-jsiexecutor: d5525f9ed5f782fdbacb64b9b01a43a9323d2386
323 React-jsinspector: fa0ecc501688c3c4c34f28834a76302233e29dc0 348 React-jsinspector: fa0ecc501688c3c4c34f28834a76302233e29dc0
  349 + react-native-safe-area-context: e200d4433aba6b7e60b52da5f37af11f7a0b0392
324 React-RCTActionSheet: 600b4d10e3aea0913b5a92256d2719c0cdd26d76 350 React-RCTActionSheet: 600b4d10e3aea0913b5a92256d2719c0cdd26d76
325 React-RCTAnimation: 791a87558389c80908ed06cc5dfc5e7920dfa360 351 React-RCTAnimation: 791a87558389c80908ed06cc5dfc5e7920dfa360
326 React-RCTBlob: d89293cc0236d9cb0933d85e430b0bbe81ad1d72 352 React-RCTBlob: d89293cc0236d9cb0933d85e430b0bbe81ad1d72
@@ -331,6 +357,10 @@ SPEC CHECKSUMS: @@ -331,6 +357,10 @@ SPEC CHECKSUMS:
331 React-RCTText: 9ccc88273e9a3aacff5094d2175a605efa854dbe 357 React-RCTText: 9ccc88273e9a3aacff5094d2175a605efa854dbe
332 React-RCTVibration: a49a1f42bf8f5acf1c3e297097517c6b3af377ad 358 React-RCTVibration: a49a1f42bf8f5acf1c3e297097517c6b3af377ad
333 ReactCommon: 198c7c8d3591f975e5431bec1b0b3b581aa1c5dd 359 ReactCommon: 198c7c8d3591f975e5431bec1b0b3b581aa1c5dd
  360 + RNCMaskedView: 76c40a1d41c3e2535df09246a2b5487f04de0814
  361 + RNGestureHandler: dde546180bf24af0b5f737c8ad04b6f3fa51609a
  362 + RNReanimated: 031fe8d9ea93c2bd689a40f05320ef9d96f74d7f
  363 + RNScreens: 812b79d384e2bea7eebc4ec981469160d4948fd5
334 Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b 364 Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b
335 365
336 PODFILE CHECKSUM: ad4c3998d58868407224af05ed79c54dc0c9aa70 366 PODFILE CHECKSUM: ad4c3998d58868407224af05ed79c54dc0c9aa70
@@ -11,8 +11,19 @@ @@ -11,8 +11,19 @@
11 "commit": "git-cz" 11 "commit": "git-cz"
12 }, 12 },
13 "dependencies": { 13 "dependencies": {
  14 + "@react-native-community/masked-view": "^0.1.7",
  15 + "@react-navigation/bottom-tabs": "^5.1.0",
  16 + "@react-navigation/drawer": "^5.1.0",
  17 + "@react-navigation/material-top-tabs": "^5.1.0",
  18 + "@react-navigation/native": "^5.0.8",
  19 + "@react-navigation/stack": "^5.1.0",
14 "react": "16.9.0", 20 "react": "16.9.0",
15 - "react-native": "0.61.5" 21 + "react-native": "0.61.5",
  22 + "react-native-gesture-handler": "^1.6.0",
  23 + "react-native-reanimated": "^1.7.0",
  24 + "react-native-safe-area-context": "^0.7.3",
  25 + "react-native-screens": "^2.2.0",
  26 + "react-native-tab-view": "^2.13.0"
16 }, 27 },
17 "devDependencies": { 28 "devDependencies": {
18 "@babel/core": "^7.6.2", 29 "@babel/core": "^7.6.2",
@@ -795,6 +795,13 @@ @@ -795,6 +795,13 @@
795 dependencies: 795 dependencies:
796 find-up "^4.0.0" 796 find-up "^4.0.0"
797 797
  798 +"@egjs/hammerjs@^2.0.17":
  799 + version "2.0.17"
  800 + resolved "https://registry.npm.taobao.org/@egjs/hammerjs/download/@egjs/hammerjs-2.0.17.tgz#5dc02af75a6a06e4c2db0202cae38c9263895124"
  801 + integrity sha1-XcAq91pqBuTC2wICyuOMkmOJUSQ=
  802 + dependencies:
  803 + "@types/hammerjs" "^2.0.36"
  804 +
798 "@hapi/address@2.x.x": 805 "@hapi/address@2.x.x":
799 version "2.1.4" 806 version "2.1.4"
800 resolved "https://registry.npm.taobao.org/@hapi/address/download/@hapi/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5" 807 resolved "https://registry.npm.taobao.org/@hapi/address/download/@hapi/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5"
@@ -1102,6 +1109,68 @@ @@ -1102,6 +1109,68 @@
1102 eslint-plugin-react-native "3.6.0" 1109 eslint-plugin-react-native "3.6.0"
1103 prettier "1.16.4" 1110 prettier "1.16.4"
1104 1111
  1112 +"@react-native-community/masked-view@^0.1.7":
  1113 + version "0.1.7"
  1114 + resolved "https://registry.npm.taobao.org/@react-native-community/masked-view/download/@react-native-community/masked-view-0.1.7.tgz#a65ce0702f55cb67fd777995de6fc7b3e5781903"
  1115 + integrity sha1-plzgcC9Vy2f9d3mV3m/Hs+V4GQM=
  1116 +
  1117 +"@react-navigation/bottom-tabs@^5.1.0":
  1118 + version "5.1.0"
  1119 + resolved "https://registry.npm.taobao.org/@react-navigation/bottom-tabs/download/@react-navigation/bottom-tabs-5.1.0.tgz#b388e6f04bee250661772cd6361d2d023e43a180"
  1120 + integrity sha1-s4jm8EvuJQZhdyzWNh0tAj5DoYA=
  1121 + dependencies:
  1122 + color "^3.1.2"
  1123 + react-native-iphone-x-helper "^1.2.1"
  1124 +
  1125 +"@react-navigation/core@^5.2.0":
  1126 + version "5.2.0"
  1127 + resolved "https://registry.npm.taobao.org/@react-navigation/core/download/@react-navigation/core-5.2.0.tgz#e12a4112835a962162081f7aba92361090d875ce"
  1128 + integrity sha1-4SpBEoNaliFiCB96upI2EJDYdc4=
  1129 + dependencies:
  1130 + "@react-navigation/routers" "^5.0.3"
  1131 + escape-string-regexp "^2.0.0"
  1132 + query-string "^6.10.1"
  1133 + react-is "^16.12.0"
  1134 + shortid "^2.2.15"
  1135 + use-subscription "^1.3.0"
  1136 +
  1137 +"@react-navigation/drawer@^5.1.0":
  1138 + version "5.1.0"
  1139 + resolved "https://registry.npm.taobao.org/@react-navigation/drawer/download/@react-navigation/drawer-5.1.0.tgz#b96b6437bd31ede317bc816d87fd3756d9022807"
  1140 + integrity sha1-uWtkN70x7eMXvIFth/03VtkCKAc=
  1141 + dependencies:
  1142 + color "^3.1.2"
  1143 + react-native-iphone-x-helper "^1.2.1"
  1144 +
  1145 +"@react-navigation/material-top-tabs@^5.1.0":
  1146 + version "5.1.0"
  1147 + resolved "https://registry.npm.taobao.org/@react-navigation/material-top-tabs/download/@react-navigation/material-top-tabs-5.1.0.tgz#478745b428ee40ccb7250d104b5528d04447a0d5"
  1148 + integrity sha1-R4dFtCjuQMy3JQ0QS1Uo0ERHoNU=
  1149 + dependencies:
  1150 + color "^3.1.2"
  1151 +
  1152 +"@react-navigation/native@^5.0.8":
  1153 + version "5.0.8"
  1154 + resolved "https://registry.npm.taobao.org/@react-navigation/native/download/@react-navigation/native-5.0.8.tgz#9ca9c197815930e0eb39b453e3da02cc04b6637e"
  1155 + integrity sha1-nKnBl4FZMODrObRT49oCzAS2Y34=
  1156 + dependencies:
  1157 + "@react-navigation/core" "^5.2.0"
  1158 +
  1159 +"@react-navigation/routers@^5.0.3":
  1160 + version "5.0.3"
  1161 + resolved "https://registry.npm.taobao.org/@react-navigation/routers/download/@react-navigation/routers-5.0.3.tgz#8c8518013ace8a277d1e8ccd780d91db3df3867b"
  1162 + integrity sha1-jIUYATrOiid9HozNeA2R2z3zhns=
  1163 + dependencies:
  1164 + shortid "^2.2.15"
  1165 +
  1166 +"@react-navigation/stack@^5.1.0":
  1167 + version "5.1.0"
  1168 + resolved "https://registry.npm.taobao.org/@react-navigation/stack/download/@react-navigation/stack-5.1.0.tgz#04ac64170da864efafb42b0468491ac605c6e0cc"
  1169 + integrity sha1-BKxkFw2oZO+vtCsEaEkaxgXG4Mw=
  1170 + dependencies:
  1171 + color "^3.1.2"
  1172 + react-native-iphone-x-helper "^1.2.1"
  1173 +
1105 "@samverschueren/stream-to-observable@^0.3.0": 1174 "@samverschueren/stream-to-observable@^0.3.0":
1106 version "0.3.0" 1175 version "0.3.0"
1107 resolved "https://registry.npm.taobao.org/@samverschueren/stream-to-observable/download/@samverschueren/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f" 1176 resolved "https://registry.npm.taobao.org/@samverschueren/stream-to-observable/download/@samverschueren/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f"
@@ -1152,6 +1221,11 @@ @@ -1152,6 +1221,11 @@
1152 resolved "https://registry.npm.taobao.org/@types/eslint-visitor-keys/download/@types/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d" 1221 resolved "https://registry.npm.taobao.org/@types/eslint-visitor-keys/download/@types/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
1153 integrity sha1-HuMNeVRMqE1o1LPNsK9PIFZj3S0= 1222 integrity sha1-HuMNeVRMqE1o1LPNsK9PIFZj3S0=
1154 1223
  1224 +"@types/hammerjs@^2.0.36":
  1225 + version "2.0.36"
  1226 + resolved "https://registry.npm.taobao.org/@types/hammerjs/download/@types/hammerjs-2.0.36.tgz#17ce0a235e9ffbcdcdf5095646b374c2bf615a4c"
  1227 + integrity sha1-F84KI16f+83N9QlWRrN0wr9hWkw=
  1228 +
1155 "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0": 1229 "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
1156 version "2.0.1" 1230 version "2.0.1"
1157 resolved "https://registry.npm.taobao.org/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff" 1231 resolved "https://registry.npm.taobao.org/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
@@ -2135,7 +2209,7 @@ collection-visit@^1.0.0: @@ -2135,7 +2209,7 @@ collection-visit@^1.0.0:
2135 map-visit "^1.0.0" 2209 map-visit "^1.0.0"
2136 object-visit "^1.0.0" 2210 object-visit "^1.0.0"
2137 2211
2138 -color-convert@^1.9.0: 2212 +color-convert@^1.9.0, color-convert@^1.9.1:
2139 version "1.9.3" 2213 version "1.9.3"
2140 resolved "https://registry.npm.taobao.org/color-convert/download/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" 2214 resolved "https://registry.npm.taobao.org/color-convert/download/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
2141 integrity sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg= 2215 integrity sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=
@@ -2154,16 +2228,32 @@ color-name@1.1.3: @@ -2154,16 +2228,32 @@ color-name@1.1.3:
2154 resolved "https://registry.npm.taobao.org/color-name/download/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" 2228 resolved "https://registry.npm.taobao.org/color-name/download/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
2155 integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= 2229 integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
2156 2230
2157 -color-name@~1.1.4: 2231 +color-name@^1.0.0, color-name@~1.1.4:
2158 version "1.1.4" 2232 version "1.1.4"
2159 resolved "https://registry.npm.taobao.org/color-name/download/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" 2233 resolved "https://registry.npm.taobao.org/color-name/download/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
2160 integrity sha1-wqCah6y95pVD3m9j+jmVyCbFNqI= 2234 integrity sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=
2161 2235
  2236 +color-string@^1.5.2:
  2237 + version "1.5.3"
  2238 + resolved "https://registry.npm.taobao.org/color-string/download/color-string-1.5.3.tgz#c9bbc5f01b58b5492f3d6857459cb6590ce204cc"
  2239 + integrity sha1-ybvF8BtYtUkvPWhXRZy2WQziBMw=
  2240 + dependencies:
  2241 + color-name "^1.0.0"
  2242 + simple-swizzle "^0.2.2"
  2243 +
2162 color-support@^1.1.3: 2244 color-support@^1.1.3:
2163 version "1.1.3" 2245 version "1.1.3"
2164 resolved "https://registry.npm.taobao.org/color-support/download/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" 2246 resolved "https://registry.npm.taobao.org/color-support/download/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
2165 integrity sha1-k4NDeaHMmgxh+C9S8NBDIiUb1aI= 2247 integrity sha1-k4NDeaHMmgxh+C9S8NBDIiUb1aI=
2166 2248
  2249 +color@^3.1.2:
  2250 + version "3.1.2"
  2251 + resolved "https://registry.npm.taobao.org/color/download/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10"
  2252 + integrity sha1-aBSOf4XUGtdknF+oyBBvCY0inhA=
  2253 + dependencies:
  2254 + color-convert "^1.9.1"
  2255 + color-string "^1.5.2"
  2256 +
2167 colorette@^1.0.7: 2257 colorette@^1.0.7:
2168 version "1.1.0" 2258 version "1.1.0"
2169 resolved "https://registry.npm.taobao.org/colorette/download/colorette-1.1.0.tgz#1f943e5a357fac10b4e0f5aaef3b14cdc1af6ec7" 2259 resolved "https://registry.npm.taobao.org/colorette/download/colorette-1.1.0.tgz#1f943e5a357fac10b4e0f5aaef3b14cdc1af6ec7"
@@ -2664,6 +2754,11 @@ dayjs@^1.8.15: @@ -2664,6 +2754,11 @@ dayjs@^1.8.15:
2664 resolved "https://registry.npm.taobao.org/dayjs/download/dayjs-1.8.21.tgz?cache=0&sync_timestamp=1582697508556&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdayjs%2Fdownload%2Fdayjs-1.8.21.tgz#98299185b72b9b679f31c7ed987b63923c961552" 2754 resolved "https://registry.npm.taobao.org/dayjs/download/dayjs-1.8.21.tgz?cache=0&sync_timestamp=1582697508556&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdayjs%2Fdownload%2Fdayjs-1.8.21.tgz#98299185b72b9b679f31c7ed987b63923c961552"
2665 integrity sha1-mCmRhbcrm2efMcftmHtjkjyWFVI= 2755 integrity sha1-mCmRhbcrm2efMcftmHtjkjyWFVI=
2666 2756
  2757 +debounce@^1.2.0:
  2758 + version "1.2.0"
  2759 + resolved "https://registry.npm.taobao.org/debounce/download/debounce-1.2.0.tgz#44a540abc0ea9943018dc0eaa95cce87f65cd131"
  2760 + integrity sha1-RKVAq8DqmUMBjcDqqVzOh/Zc0TE=
  2761 +
2667 debug@2.6.9, debug@^2.2.0, debug@^2.3.3: 2762 debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
2668 version "2.6.9" 2763 version "2.6.9"
2669 resolved "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" 2764 resolved "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -2936,6 +3031,11 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: @@ -2936,6 +3031,11 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
2936 resolved "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" 3031 resolved "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
2937 integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= 3032 integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
2938 3033
  3034 +escape-string-regexp@^2.0.0:
  3035 + version "2.0.0"
  3036 + resolved "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
  3037 + integrity sha1-owME6Z2qMuI7L9IPUbq9B8/8o0Q=
  3038 +
2939 escodegen@^1.9.1: 3039 escodegen@^1.9.1:
2940 version "1.14.1" 3040 version "1.14.1"
2941 resolved "https://registry.npm.taobao.org/escodegen/download/escodegen-1.14.1.tgz?cache=0&sync_timestamp=1580955044375&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fescodegen%2Fdownload%2Fescodegen-1.14.1.tgz#ba01d0c8278b5e95a9a45350142026659027a457" 3041 resolved "https://registry.npm.taobao.org/escodegen/download/escodegen-1.14.1.tgz?cache=0&sync_timestamp=1580955044375&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fescodegen%2Fdownload%2Fescodegen-1.14.1.tgz#ba01d0c8278b5e95a9a45350142026659027a457"
@@ -3923,6 +4023,11 @@ hermes-engine@^0.2.1: @@ -3923,6 +4023,11 @@ hermes-engine@^0.2.1:
3923 resolved "https://registry.npm.taobao.org/hermes-engine/download/hermes-engine-0.2.1.tgz#25c0f1ff852512a92cb5c5cc47cf967e1e722ea2" 4023 resolved "https://registry.npm.taobao.org/hermes-engine/download/hermes-engine-0.2.1.tgz#25c0f1ff852512a92cb5c5cc47cf967e1e722ea2"
3924 integrity sha1-JcDx/4UlEqkstcXMR8+Wfh5yLqI= 4024 integrity sha1-JcDx/4UlEqkstcXMR8+Wfh5yLqI=
3925 4025
  4026 +hoist-non-react-statics@^2.3.1:
  4027 + version "2.5.5"
  4028 + resolved "https://registry.npm.taobao.org/hoist-non-react-statics/download/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
  4029 + integrity sha1-xZA89AnA39kI84jmGdhrnBF0y0c=
  4030 +
3926 homedir-polyfill@^1.0.1: 4031 homedir-polyfill@^1.0.1:
3927 version "1.0.3" 4032 version "1.0.3"
3928 resolved "https://registry.npm.taobao.org/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8" 4033 resolved "https://registry.npm.taobao.org/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8"
@@ -4168,6 +4273,11 @@ is-arrayish@^0.2.1: @@ -4168,6 +4273,11 @@ is-arrayish@^0.2.1:
4168 resolved "https://registry.npm.taobao.org/is-arrayish/download/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" 4273 resolved "https://registry.npm.taobao.org/is-arrayish/download/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
4169 integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= 4274 integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
4170 4275
  4276 +is-arrayish@^0.3.1:
  4277 + version "0.3.2"
  4278 + resolved "https://registry.npm.taobao.org/is-arrayish/download/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
  4279 + integrity sha1-RXSirlb3qyBolvtDHq7tBm/fjwM=
  4280 +
4171 is-buffer@^1.1.5: 4281 is-buffer@^1.1.5:
4172 version "1.1.6" 4282 version "1.1.6"
4173 resolved "https://registry.npm.taobao.org/is-buffer/download/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" 4283 resolved "https://registry.npm.taobao.org/is-buffer/download/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -5785,6 +5895,11 @@ nan@^2.12.1: @@ -5785,6 +5895,11 @@ nan@^2.12.1:
5785 resolved "https://registry.npm.taobao.org/nan/download/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c" 5895 resolved "https://registry.npm.taobao.org/nan/download/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
5786 integrity sha1-eBj3IgJ7JFmobwKV1DTR/CM2xSw= 5896 integrity sha1-eBj3IgJ7JFmobwKV1DTR/CM2xSw=
5787 5897
  5898 +nanoid@^2.1.0:
  5899 + version "2.1.11"
  5900 + resolved "https://registry.npm.taobao.org/nanoid/download/nanoid-2.1.11.tgz#ec24b8a758d591561531b4176a01e3ab4f0f0280"
  5901 + integrity sha1-7CS4p1jVkVYVMbQXagHjq08PAoA=
  5902 +
5788 nanomatch@^1.2.9: 5903 nanomatch@^1.2.9:
5789 version "1.2.13" 5904 version "1.2.13"
5790 resolved "https://registry.npm.taobao.org/nanomatch/download/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" 5905 resolved "https://registry.npm.taobao.org/nanomatch/download/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -6511,6 +6626,15 @@ qs@~6.5.2: @@ -6511,6 +6626,15 @@ qs@~6.5.2:
6511 resolved "https://registry.npm.taobao.org/qs/download/qs-6.5.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fqs%2Fdownload%2Fqs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" 6626 resolved "https://registry.npm.taobao.org/qs/download/qs-6.5.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fqs%2Fdownload%2Fqs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
6512 integrity sha1-yzroBuh0BERYTvFUzo7pjUA/PjY= 6627 integrity sha1-yzroBuh0BERYTvFUzo7pjUA/PjY=
6513 6628
  6629 +query-string@^6.10.1:
  6630 + version "6.11.0"
  6631 + resolved "https://registry.npm.taobao.org/query-string/download/query-string-6.11.0.tgz?cache=0&sync_timestamp=1581601504763&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fquery-string%2Fdownload%2Fquery-string-6.11.0.tgz#dc27a05733d1be66f16d0f83dfa957270f45f66d"
  6632 + integrity sha1-3CegVzPRvmbxbQ+D36lXJw9F9m0=
  6633 + dependencies:
  6634 + decode-uri-component "^0.2.0"
  6635 + split-on-first "^1.0.0"
  6636 + strict-uri-encode "^2.0.0"
  6637 +
6514 quick-lru@^1.0.0: 6638 quick-lru@^1.0.0:
6515 version "1.1.0" 6639 version "1.1.0"
6516 resolved "https://registry.npm.taobao.org/quick-lru/download/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8" 6640 resolved "https://registry.npm.taobao.org/quick-lru/download/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
@@ -6534,6 +6658,43 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.9.0: @@ -6534,6 +6658,43 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.9.0:
6534 resolved "https://registry.npm.taobao.org/react-is/download/react-is-16.13.0.tgz#0f37c3613c34fe6b37cd7f763a0d6293ab15c527" 6658 resolved "https://registry.npm.taobao.org/react-is/download/react-is-16.13.0.tgz#0f37c3613c34fe6b37cd7f763a0d6293ab15c527"
6535 integrity sha1-DzfDYTw0/ms3zX92Og1ik6sVxSc= 6659 integrity sha1-DzfDYTw0/ms3zX92Og1ik6sVxSc=
6536 6660
  6661 +react-native-gesture-handler@^1.6.0:
  6662 + version "1.6.0"
  6663 + resolved "https://registry.npm.taobao.org/react-native-gesture-handler/download/react-native-gesture-handler-1.6.0.tgz?cache=0&sync_timestamp=1581699507336&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-native-gesture-handler%2Fdownload%2Freact-native-gesture-handler-1.6.0.tgz#e9a4e1d0c7ac21eb0d6b6ec013e73f9c0c33a629"
  6664 + integrity sha1-6aTh0MesIesNa27AE+c/nAwzpik=
  6665 + dependencies:
  6666 + "@egjs/hammerjs" "^2.0.17"
  6667 + hoist-non-react-statics "^2.3.1"
  6668 + invariant "^2.2.4"
  6669 + prop-types "^15.7.2"
  6670 +
  6671 +react-native-iphone-x-helper@^1.2.1:
  6672 + version "1.2.1"
  6673 + resolved "https://registry.npm.taobao.org/react-native-iphone-x-helper/download/react-native-iphone-x-helper-1.2.1.tgz#645e2ffbbb49e80844bb4cbbe34a126fda1e6772"
  6674 + integrity sha1-ZF4v+7tJ6AhEu0y740oSb9oeZ3I=
  6675 +
  6676 +react-native-reanimated@^1.7.0:
  6677 + version "1.7.0"
  6678 + resolved "https://registry.npm.taobao.org/react-native-reanimated/download/react-native-reanimated-1.7.0.tgz#896db2576552ac59d288a1f6c7f00afc171f240c"
  6679 + integrity sha1-iW2yV2VSrFnSiKH2x/AK/BcfJAw=
  6680 +
  6681 +react-native-safe-area-context@^0.7.3:
  6682 + version "0.7.3"
  6683 + resolved "https://registry.npm.taobao.org/react-native-safe-area-context/download/react-native-safe-area-context-0.7.3.tgz#ad6bd4abbabe195332c53810e4ce5851eb21aa2a"
  6684 + integrity sha1-rWvUq7q+GVMyxTgQ5M5YUeshqio=
  6685 +
  6686 +react-native-screens@^2.2.0:
  6687 + version "2.2.0"
  6688 + resolved "https://registry.npm.taobao.org/react-native-screens/download/react-native-screens-2.2.0.tgz#cc4cdf17426fdda97ad93a5e812a1899390f1978"
  6689 + integrity sha1-zEzfF0Jv3al62TpegSoYmTkPGXg=
  6690 + dependencies:
  6691 + debounce "^1.2.0"
  6692 +
  6693 +react-native-tab-view@^2.13.0:
  6694 + version "2.13.0"
  6695 + resolved "https://registry.npm.taobao.org/react-native-tab-view/download/react-native-tab-view-2.13.0.tgz#23037aa43b0f8f682ddc20415a4baaaf6f82ae8f"
  6696 + integrity sha1-IwN6pDsPj2gt3CBBWkuqr2+Cro8=
  6697 +
6537 react-native@0.61.5: 6698 react-native@0.61.5:
6538 version "0.61.5" 6699 version "0.61.5"
6539 resolved "https://registry.npm.taobao.org/react-native/download/react-native-0.61.5.tgz#6e21acb56cbd75a3baeb1f70201a66f42600bba8" 6700 resolved "https://registry.npm.taobao.org/react-native/download/react-native-0.61.5.tgz#6e21acb56cbd75a3baeb1f70201a66f42600bba8"
@@ -7183,6 +7344,13 @@ shellwords@^0.1.1: @@ -7183,6 +7344,13 @@ shellwords@^0.1.1:
7183 resolved "https://registry.npm.taobao.org/shellwords/download/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b" 7344 resolved "https://registry.npm.taobao.org/shellwords/download/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
7184 integrity sha1-1rkYHBpI05cyTISHHvvPxz/AZUs= 7345 integrity sha1-1rkYHBpI05cyTISHHvvPxz/AZUs=
7185 7346
  7347 +shortid@^2.2.15:
  7348 + version "2.2.15"
  7349 + resolved "https://registry.npm.taobao.org/shortid/download/shortid-2.2.15.tgz#2b902eaa93a69b11120373cd42a1f1fe4437c122"
  7350 + integrity sha1-K5AuqpOmmxESA3PNQqHx/kQ3wSI=
  7351 + dependencies:
  7352 + nanoid "^2.1.0"
  7353 +
7186 signal-exit@^3.0.0, signal-exit@^3.0.2: 7354 signal-exit@^3.0.0, signal-exit@^3.0.2:
7187 version "3.0.2" 7355 version "3.0.2"
7188 resolved "https://registry.npm.taobao.org/signal-exit/download/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" 7356 resolved "https://registry.npm.taobao.org/signal-exit/download/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
@@ -7197,6 +7365,13 @@ simple-plist@^1.0.0: @@ -7197,6 +7365,13 @@ simple-plist@^1.0.0:
7197 bplist-parser "0.2.0" 7365 bplist-parser "0.2.0"
7198 plist "^3.0.1" 7366 plist "^3.0.1"
7199 7367
  7368 +simple-swizzle@^0.2.2:
  7369 + version "0.2.2"
  7370 + resolved "https://registry.npm.taobao.org/simple-swizzle/download/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
  7371 + integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=
  7372 + dependencies:
  7373 + is-arrayish "^0.3.1"
  7374 +
7200 sisteransi@^1.0.4: 7375 sisteransi@^1.0.4:
7201 version "1.0.4" 7376 version "1.0.4"
7202 resolved "https://registry.npm.taobao.org/sisteransi/download/sisteransi-1.0.4.tgz?cache=0&sync_timestamp=1573410719947&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsisteransi%2Fdownload%2Fsisteransi-1.0.4.tgz#386713f1ef688c7c0304dc4c0632898941cad2e3" 7377 resolved "https://registry.npm.taobao.org/sisteransi/download/sisteransi-1.0.4.tgz?cache=0&sync_timestamp=1573410719947&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsisteransi%2Fdownload%2Fsisteransi-1.0.4.tgz#386713f1ef688c7c0304dc4c0632898941cad2e3"
@@ -7321,6 +7496,11 @@ spdx-license-ids@^3.0.0: @@ -7321,6 +7496,11 @@ spdx-license-ids@^3.0.0:
7321 resolved "https://registry.npm.taobao.org/spdx-license-ids/download/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654" 7496 resolved "https://registry.npm.taobao.org/spdx-license-ids/download/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654"
7322 integrity sha1-NpS1gEVnpFjTyARYQqY1hjL2JlQ= 7497 integrity sha1-NpS1gEVnpFjTyARYQqY1hjL2JlQ=
7323 7498
  7499 +split-on-first@^1.0.0:
  7500 + version "1.1.0"
  7501 + resolved "https://registry.npm.taobao.org/split-on-first/download/split-on-first-1.1.0.tgz?cache=0&sync_timestamp=1573659333652&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsplit-on-first%2Fdownload%2Fsplit-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f"
  7502 + integrity sha1-9hCv7uOxK84dDDBCXnY5i3gkml8=
  7503 +
7324 split-string@^3.0.1, split-string@^3.0.2: 7504 split-string@^3.0.1, split-string@^3.0.2:
7325 version "3.1.0" 7505 version "3.1.0"
7326 resolved "https://registry.npm.taobao.org/split-string/download/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" 7506 resolved "https://registry.npm.taobao.org/split-string/download/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2"
@@ -7418,6 +7598,11 @@ stream-buffers@~2.2.0: @@ -7418,6 +7598,11 @@ stream-buffers@~2.2.0:
7418 resolved "https://registry.npm.taobao.org/stream-buffers/download/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4" 7598 resolved "https://registry.npm.taobao.org/stream-buffers/download/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
7419 integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ= 7599 integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=
7420 7600
  7601 +strict-uri-encode@^2.0.0:
  7602 + version "2.0.0"
  7603 + resolved "https://registry.npm.taobao.org/strict-uri-encode/download/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
  7604 + integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY=
  7605 +
7421 string-argv@0.3.1: 7606 string-argv@0.3.1:
7422 version "0.3.1" 7607 version "0.3.1"
7423 resolved "https://registry.npm.taobao.org/string-argv/download/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da" 7608 resolved "https://registry.npm.taobao.org/string-argv/download/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
@@ -7930,6 +8115,13 @@ urix@^0.1.0: @@ -7930,6 +8115,13 @@ urix@^0.1.0:
7930 resolved "https://registry.npm.taobao.org/urix/download/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" 8115 resolved "https://registry.npm.taobao.org/urix/download/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
7931 integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= 8116 integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
7932 8117
  8118 +use-subscription@^1.3.0:
  8119 + version "1.4.0"
  8120 + resolved "https://registry.npm.taobao.org/use-subscription/download/use-subscription-1.4.0.tgz#c4e808cfed6fe6e1ac875df1369c63f3ddae9522"
  8121 + integrity sha1-xOgIz+1v5uGsh13xNpxj892ulSI=
  8122 + dependencies:
  8123 + object-assign "^4.1.1"
  8124 +
7933 use@^3.1.0: 8125 use@^3.1.0:
7934 version "3.1.1" 8126 version "3.1.1"
7935 resolved "https://registry.npm.taobao.org/use/download/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" 8127 resolved "https://registry.npm.taobao.org/use/download/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"