Phecda

chore: add RNElements & RNVectorIcon

@@ -230,6 +230,7 @@ @@ -230,6 +230,7 @@
230 13B07F8C1A680F5B00A75B9A /* Frameworks */, 230 13B07F8C1A680F5B00A75B9A /* Frameworks */,
231 13B07F8E1A680F5B00A75B9A /* Resources */, 231 13B07F8E1A680F5B00A75B9A /* Resources */,
232 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, 232 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  233 + 7D1711891F17955865B4C18B /* [CP] Copy Pods Resources */,
233 ); 234 );
234 buildRules = ( 235 buildRules = (
235 ); 236 );
@@ -431,6 +432,54 @@ @@ -431,6 +432,54 @@
431 shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; 432 shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
432 showEnvVarsInLog = 0; 433 showEnvVarsInLog = 0;
433 }; 434 };
  435 + 7D1711891F17955865B4C18B /* [CP] Copy Pods Resources */ = {
  436 + isa = PBXShellScriptBuildPhase;
  437 + buildActionMask = 2147483647;
  438 + files = (
  439 + );
  440 + inputPaths = (
  441 + "${PODS_ROOT}/Target Support Files/Pods-NGPlay/Pods-NGPlay-resources.sh",
  442 + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
  443 + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
  444 + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
  445 + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Feather.ttf",
  446 + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf",
  447 + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf",
  448 + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf",
  449 + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf",
  450 + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf",
  451 + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Foundation.ttf",
  452 + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf",
  453 + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf",
  454 + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf",
  455 + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Octicons.ttf",
  456 + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf",
  457 + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf",
  458 + );
  459 + name = "[CP] Copy Pods Resources";
  460 + outputPaths = (
  461 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf",
  462 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Entypo.ttf",
  463 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EvilIcons.ttf",
  464 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Feather.ttf",
  465 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome.ttf",
  466 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Brands.ttf",
  467 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Regular.ttf",
  468 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Solid.ttf",
  469 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Fontisto.ttf",
  470 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Foundation.ttf",
  471 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Ionicons.ttf",
  472 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MaterialCommunityIcons.ttf",
  473 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MaterialIcons.ttf",
  474 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Octicons.ttf",
  475 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SimpleLineIcons.ttf",
  476 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Zocial.ttf",
  477 + );
  478 + runOnlyForDeploymentPostprocessing = 0;
  479 + shellPath = /bin/sh;
  480 + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NGPlay/Pods-NGPlay-resources.sh\"\n";
  481 + showEnvVarsInLog = 0;
  482 + };
434 CA850D97B2AC423CCB00D453 /* [CP] Check Pods Manifest.lock */ = { 483 CA850D97B2AC423CCB00D453 /* [CP] Check Pods Manifest.lock */ = {
435 isa = PBXShellScriptBuildPhase; 484 isa = PBXShellScriptBuildPhase;
436 buildActionMask = 2147483647; 485 buildActionMask = 2147483647;
@@ -227,6 +227,8 @@ PODS: @@ -227,6 +227,8 @@ PODS:
227 - React 227 - React
228 - RNScreens (2.2.0): 228 - RNScreens (2.2.0):
229 - React 229 - React
  230 + - RNVectorIcons (6.6.0):
  231 + - React
230 - Yoga (1.14.0) 232 - Yoga (1.14.0)
231 233
232 DEPENDENCIES: 234 DEPENDENCIES:
@@ -262,6 +264,7 @@ DEPENDENCIES: @@ -262,6 +264,7 @@ DEPENDENCIES:
262 - RNGestureHandler (from `../node_modules/react-native-gesture-handler`) 264 - RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
263 - RNReanimated (from `../node_modules/react-native-reanimated`) 265 - RNReanimated (from `../node_modules/react-native-reanimated`)
264 - RNScreens (from `../node_modules/react-native-screens`) 266 - RNScreens (from `../node_modules/react-native-screens`)
  267 + - RNVectorIcons (from `../node_modules/react-native-vector-icons`)
265 - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) 268 - Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
266 269
267 SPEC REPOS: 270 SPEC REPOS:
@@ -327,6 +330,8 @@ EXTERNAL SOURCES: @@ -327,6 +330,8 @@ EXTERNAL SOURCES:
327 :path: "../node_modules/react-native-reanimated" 330 :path: "../node_modules/react-native-reanimated"
328 RNScreens: 331 RNScreens:
329 :path: "../node_modules/react-native-screens" 332 :path: "../node_modules/react-native-screens"
  333 + RNVectorIcons:
  334 + :path: "../node_modules/react-native-vector-icons"
330 Yoga: 335 Yoga:
331 :path: "../node_modules/react-native/ReactCommon/yoga" 336 :path: "../node_modules/react-native/ReactCommon/yoga"
332 337
@@ -361,6 +366,7 @@ SPEC CHECKSUMS: @@ -361,6 +366,7 @@ SPEC CHECKSUMS:
361 RNGestureHandler: dde546180bf24af0b5f737c8ad04b6f3fa51609a 366 RNGestureHandler: dde546180bf24af0b5f737c8ad04b6f3fa51609a
362 RNReanimated: 031fe8d9ea93c2bd689a40f05320ef9d96f74d7f 367 RNReanimated: 031fe8d9ea93c2bd689a40f05320ef9d96f74d7f
363 RNScreens: 812b79d384e2bea7eebc4ec981469160d4948fd5 368 RNScreens: 812b79d384e2bea7eebc4ec981469160d4948fd5
  369 + RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4
364 Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b 370 Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b
365 371
366 PODFILE CHECKSUM: ad4c3998d58868407224af05ed79c54dc0c9aa70 372 PODFILE CHECKSUM: ad4c3998d58868407224af05ed79c54dc0c9aa70
@@ -19,11 +19,13 @@ @@ -19,11 +19,13 @@
19 "@react-navigation/stack": "^5.1.0", 19 "@react-navigation/stack": "^5.1.0",
20 "react": "16.9.0", 20 "react": "16.9.0",
21 "react-native": "0.61.5", 21 "react-native": "0.61.5",
  22 + "react-native-elements": "^1.2.7",
22 "react-native-gesture-handler": "^1.6.0", 23 "react-native-gesture-handler": "^1.6.0",
23 "react-native-reanimated": "^1.7.0", 24 "react-native-reanimated": "^1.7.0",
24 "react-native-safe-area-context": "^0.7.3", 25 "react-native-safe-area-context": "^0.7.3",
25 "react-native-screens": "^2.2.0", 26 "react-native-screens": "^2.2.0",
26 - "react-native-tab-view": "^2.13.0" 27 + "react-native-tab-view": "^2.13.0",
  28 + "react-native-vector-icons": "^6.6.0"
27 }, 29 },
28 "devDependencies": { 30 "devDependencies": {
29 "@babel/core": "^7.6.2", 31 "@babel/core": "^7.6.2",
@@ -1268,6 +1268,21 @@ @@ -1268,6 +1268,21 @@
1268 resolved "https://registry.npm.taobao.org/@types/prop-types/download/@types/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7" 1268 resolved "https://registry.npm.taobao.org/@types/prop-types/download/@types/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
1269 integrity sha1-KrDV2i5YFflLC51LldHl8kOrLKc= 1269 integrity sha1-KrDV2i5YFflLC51LldHl8kOrLKc=
1270 1270
  1271 +"@types/react-native-vector-icons@^6.4.4":
  1272 + version "6.4.5"
  1273 + resolved "https://registry.npm.taobao.org/@types/react-native-vector-icons/download/@types/react-native-vector-icons-6.4.5.tgz#74cbfc564bd8435e43ad6728572a0e5b49c335d1"
  1274 + integrity sha1-dMv8VkvYQ15DrWcoVyoOW0nDNdE=
  1275 + dependencies:
  1276 + "@types/react" "*"
  1277 + "@types/react-native" "*"
  1278 +
  1279 +"@types/react-native@*":
  1280 + version "0.61.17"
  1281 + resolved "https://registry.npm.taobao.org/@types/react-native/download/@types/react-native-0.61.17.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Freact-native%2Fdownload%2F%40types%2Freact-native-0.61.17.tgz#5994af207c2339d498ebd8bd427c68074ce9e744"
  1282 + integrity sha1-WZSvIHwjOdSY69i9QnxoB0zp50Q=
  1283 + dependencies:
  1284 + "@types/react" "*"
  1285 +
1271 "@types/react-native@^0.60.25": 1286 "@types/react-native@^0.60.25":
1272 version "0.60.31" 1287 version "0.60.31"
1273 resolved "https://registry.npm.taobao.org/@types/react-native/download/@types/react-native-0.60.31.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Freact-native%2Fdownload%2F%40types%2Freact-native-0.60.31.tgz#a7af12197f884ad8dd22cda2df9862ed72973ded" 1288 resolved "https://registry.npm.taobao.org/@types/react-native/download/@types/react-native-0.60.31.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Freact-native%2Fdownload%2F%40types%2Freact-native-0.60.31.tgz#a7af12197f884ad8dd22cda2df9862ed72973ded"
@@ -2246,7 +2261,7 @@ color-support@^1.1.3: @@ -2246,7 +2261,7 @@ color-support@^1.1.3:
2246 resolved "https://registry.npm.taobao.org/color-support/download/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" 2261 resolved "https://registry.npm.taobao.org/color-support/download/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
2247 integrity sha1-k4NDeaHMmgxh+C9S8NBDIiUb1aI= 2262 integrity sha1-k4NDeaHMmgxh+C9S8NBDIiUb1aI=
2248 2263
2249 -color@^3.1.2: 2264 +color@^3.1.0, color@^3.1.2:
2250 version "3.1.2" 2265 version "3.1.2"
2251 resolved "https://registry.npm.taobao.org/color/download/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10" 2266 resolved "https://registry.npm.taobao.org/color/download/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10"
2252 integrity sha1-aBSOf4XUGtdknF+oyBBvCY0inhA= 2267 integrity sha1-aBSOf4XUGtdknF+oyBBvCY0inhA=
@@ -2801,7 +2816,7 @@ deep-is@~0.1.3: @@ -2801,7 +2816,7 @@ deep-is@~0.1.3:
2801 resolved "https://registry.npm.taobao.org/deep-is/download/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" 2816 resolved "https://registry.npm.taobao.org/deep-is/download/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
2802 integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= 2817 integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
2803 2818
2804 -deepmerge@^3.2.0: 2819 +deepmerge@^3.1.0, deepmerge@^3.2.0:
2805 version "3.3.0" 2820 version "3.3.0"
2806 resolved "https://registry.npm.taobao.org/deepmerge/download/deepmerge-3.3.0.tgz?cache=0&sync_timestamp=1572279720382&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdeepmerge%2Fdownload%2Fdeepmerge-3.3.0.tgz#d3c47fd6f3a93d517b14426b0628a17b0125f5f7" 2821 resolved "https://registry.npm.taobao.org/deepmerge/download/deepmerge-3.3.0.tgz?cache=0&sync_timestamp=1572279720382&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdeepmerge%2Fdownload%2Fdeepmerge-3.3.0.tgz#d3c47fd6f3a93d517b14426b0628a17b0125f5f7"
2807 integrity sha1-08R/1vOpPVF7FEJrBiihewEl9fc= 2822 integrity sha1-08R/1vOpPVF7FEJrBiihewEl9fc=
@@ -4028,6 +4043,13 @@ hoist-non-react-statics@^2.3.1: @@ -4028,6 +4043,13 @@ hoist-non-react-statics@^2.3.1:
4028 resolved "https://registry.npm.taobao.org/hoist-non-react-statics/download/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47" 4043 resolved "https://registry.npm.taobao.org/hoist-non-react-statics/download/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
4029 integrity sha1-xZA89AnA39kI84jmGdhrnBF0y0c= 4044 integrity sha1-xZA89AnA39kI84jmGdhrnBF0y0c=
4030 4045
  4046 +hoist-non-react-statics@^3.1.0:
  4047 + version "3.3.2"
  4048 + resolved "https://registry.npm.taobao.org/hoist-non-react-statics/download/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
  4049 + integrity sha1-7OCsr3HWLClpwuxZ/v9CpLGoW0U=
  4050 + dependencies:
  4051 + react-is "^16.7.0"
  4052 +
4031 homedir-polyfill@^1.0.1: 4053 homedir-polyfill@^1.0.1:
4032 version "1.0.3" 4054 version "1.0.3"
4033 resolved "https://registry.npm.taobao.org/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8" 4055 resolved "https://registry.npm.taobao.org/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8"
@@ -5320,7 +5342,7 @@ lodash.unescape@4.0.1: @@ -5320,7 +5342,7 @@ lodash.unescape@4.0.1:
5320 resolved "https://registry.npm.taobao.org/lodash.unescape/download/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c" 5342 resolved "https://registry.npm.taobao.org/lodash.unescape/download/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
5321 integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw= 5343 integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw=
5322 5344
5323 -lodash@4.17.15, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0: 5345 +lodash@4.17.15, lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0:
5324 version "4.17.15" 5346 version "4.17.15"
5325 resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz?cache=0&sync_timestamp=1571657272199&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" 5347 resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz?cache=0&sync_timestamp=1571657272199&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
5326 integrity sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg= 5348 integrity sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg=
@@ -6143,7 +6165,7 @@ open@^6.2.0: @@ -6143,7 +6165,7 @@ open@^6.2.0:
6143 dependencies: 6165 dependencies:
6144 is-wsl "^1.1.0" 6166 is-wsl "^1.1.0"
6145 6167
6146 -opencollective-postinstall@^2.0.2: 6168 +opencollective-postinstall@^2.0.0, opencollective-postinstall@^2.0.2:
6147 version "2.0.2" 6169 version "2.0.2"
6148 resolved "https://registry.npm.taobao.org/opencollective-postinstall/download/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89" 6170 resolved "https://registry.npm.taobao.org/opencollective-postinstall/download/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
6149 integrity sha1-Vlfxvt5ptuM6RZObBh61PTxsOok= 6171 integrity sha1-Vlfxvt5ptuM6RZObBh61PTxsOok=
@@ -6584,7 +6606,7 @@ prompts@^2.0.1: @@ -6584,7 +6606,7 @@ prompts@^2.0.1:
6584 kleur "^3.0.3" 6606 kleur "^3.0.3"
6585 sisteransi "^1.0.4" 6607 sisteransi "^1.0.4"
6586 6608
6587 -prop-types@^15.6.2, prop-types@^15.7.2: 6609 +prop-types@^15.5.10, prop-types@^15.6.2, prop-types@^15.7.2:
6588 version "15.7.2" 6610 version "15.7.2"
6589 resolved "https://registry.npm.taobao.org/prop-types/download/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" 6611 resolved "https://registry.npm.taobao.org/prop-types/download/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
6590 integrity sha1-UsQedbjIfnK52TYOAga5ncv/psU= 6612 integrity sha1-UsQedbjIfnK52TYOAga5ncv/psU=
@@ -6653,11 +6675,25 @@ react-devtools-core@^3.6.3: @@ -6653,11 +6675,25 @@ react-devtools-core@^3.6.3:
6653 shell-quote "^1.6.1" 6675 shell-quote "^1.6.1"
6654 ws "^3.3.1" 6676 ws "^3.3.1"
6655 6677
6656 -react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.9.0: 6678 +react-is@^16.12.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.9.0:
6657 version "16.13.0" 6679 version "16.13.0"
6658 resolved "https://registry.npm.taobao.org/react-is/download/react-is-16.13.0.tgz#0f37c3613c34fe6b37cd7f763a0d6293ab15c527" 6680 resolved "https://registry.npm.taobao.org/react-is/download/react-is-16.13.0.tgz#0f37c3613c34fe6b37cd7f763a0d6293ab15c527"
6659 integrity sha1-DzfDYTw0/ms3zX92Og1ik6sVxSc= 6681 integrity sha1-DzfDYTw0/ms3zX92Og1ik6sVxSc=
6660 6682
  6683 +react-native-elements@^1.2.7:
  6684 + version "1.2.7"
  6685 + resolved "https://registry.npm.taobao.org/react-native-elements/download/react-native-elements-1.2.7.tgz#1eca2db715c41722aeb67aea62bd2a4621adb134"
  6686 + integrity sha1-HsottxXEFyKutnrqYr0qRiGtsTQ=
  6687 + dependencies:
  6688 + "@types/react-native-vector-icons" "^6.4.4"
  6689 + color "^3.1.0"
  6690 + deepmerge "^3.1.0"
  6691 + hoist-non-react-statics "^3.1.0"
  6692 + opencollective-postinstall "^2.0.0"
  6693 + prop-types "^15.7.2"
  6694 + react-native-ratings "^6.3.0"
  6695 + react-native-status-bar-height "^2.2.0"
  6696 +
6661 react-native-gesture-handler@^1.6.0: 6697 react-native-gesture-handler@^1.6.0:
6662 version "1.6.0" 6698 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" 6699 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"
@@ -6673,6 +6709,14 @@ react-native-iphone-x-helper@^1.2.1: @@ -6673,6 +6709,14 @@ react-native-iphone-x-helper@^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" 6709 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= 6710 integrity sha1-ZF4v+7tJ6AhEu0y740oSb9oeZ3I=
6675 6711
  6712 +react-native-ratings@^6.3.0:
  6713 + version "6.5.0"
  6714 + resolved "https://registry.npm.taobao.org/react-native-ratings/download/react-native-ratings-6.5.0.tgz#a1606ccba3c5b54eec8e6cfa4765a45cf0e4ab8d"
  6715 + integrity sha1-oWBsy6PFtU7sjmz6R2WkXPDkq40=
  6716 + dependencies:
  6717 + lodash "^4.17.4"
  6718 + prop-types "^15.5.10"
  6719 +
6676 react-native-reanimated@^1.7.0: 6720 react-native-reanimated@^1.7.0:
6677 version "1.7.0" 6721 version "1.7.0"
6678 resolved "https://registry.npm.taobao.org/react-native-reanimated/download/react-native-reanimated-1.7.0.tgz#896db2576552ac59d288a1f6c7f00afc171f240c" 6722 resolved "https://registry.npm.taobao.org/react-native-reanimated/download/react-native-reanimated-1.7.0.tgz#896db2576552ac59d288a1f6c7f00afc171f240c"
@@ -6690,11 +6734,25 @@ react-native-screens@^2.2.0: @@ -6690,11 +6734,25 @@ react-native-screens@^2.2.0:
6690 dependencies: 6734 dependencies:
6691 debounce "^1.2.0" 6735 debounce "^1.2.0"
6692 6736
  6737 +react-native-status-bar-height@^2.2.0:
  6738 + version "2.4.0"
  6739 + resolved "https://registry.npm.taobao.org/react-native-status-bar-height/download/react-native-status-bar-height-2.4.0.tgz#de8cee4bb733a196167210d2d0bc1fa10acba3e3"
  6740 + integrity sha1-3ozuS7czoZYWchDS0LwfoQrLo+M=
  6741 +
6693 react-native-tab-view@^2.13.0: 6742 react-native-tab-view@^2.13.0:
6694 version "2.13.0" 6743 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" 6744 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= 6745 integrity sha1-IwN6pDsPj2gt3CBBWkuqr2+Cro8=
6697 6746
  6747 +react-native-vector-icons@^6.6.0:
  6748 + version "6.6.0"
  6749 + resolved "https://registry.npm.taobao.org/react-native-vector-icons/download/react-native-vector-icons-6.6.0.tgz#66cf004918eb05d90778d64bd42077c1800d481b"
  6750 + integrity sha1-Zs8ASRjrBdkHeNZL1CB3wYANSBs=
  6751 + dependencies:
  6752 + lodash "^4.0.0"
  6753 + prop-types "^15.6.2"
  6754 + yargs "^13.2.2"
  6755 +
6698 react-native@0.61.5: 6756 react-native@0.61.5:
6699 version "0.61.5" 6757 version "0.61.5"
6700 resolved "https://registry.npm.taobao.org/react-native/download/react-native-0.61.5.tgz#6e21acb56cbd75a3baeb1f70201a66f42600bba8" 6758 resolved "https://registry.npm.taobao.org/react-native/download/react-native-0.61.5.tgz#6e21acb56cbd75a3baeb1f70201a66f42600bba8"
@@ -8507,7 +8565,7 @@ yargs@^12.0.5: @@ -8507,7 +8565,7 @@ yargs@^12.0.5:
8507 y18n "^3.2.1 || ^4.0.0" 8565 y18n "^3.2.1 || ^4.0.0"
8508 yargs-parser "^11.1.1" 8566 yargs-parser "^11.1.1"
8509 8567
8510 -yargs@^13.3.0: 8568 +yargs@^13.2.2, yargs@^13.3.0:
8511 version "13.3.0" 8569 version "13.3.0"
8512 resolved "https://registry.npm.taobao.org/yargs/download/yargs-13.3.0.tgz?cache=0&sync_timestamp=1583129847322&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs%2Fdownload%2Fyargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83" 8570 resolved "https://registry.npm.taobao.org/yargs/download/yargs-13.3.0.tgz?cache=0&sync_timestamp=1583129847322&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs%2Fdownload%2Fyargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83"
8513 integrity sha1-TGV6VeB+Xyz5R/ijZlZ8BKDe3IM= 8571 integrity sha1-TGV6VeB+Xyz5R/ijZlZ8BKDe3IM=