vector icons, xregexp, popover

This commit is contained in:
Diego Mello 2021-06-17 16:24:32 -03:00
parent b35ee3f618
commit f0d1aeaffa
8 changed files with 190 additions and 151 deletions

View File

@ -514,8 +514,8 @@ PODS:
- React
- RNScreens (2.9.0):
- React
- RNVectorIcons (7.0.0):
- React
- RNVectorIcons (8.1.0):
- React-Core
- SDWebImage (5.8.4):
- SDWebImage/Core (= 5.8.4)
- SDWebImage/Core (5.8.4)
@ -983,7 +983,7 @@ SPEC CHECKSUMS:
RNReanimated: b5ccb50650ba06f6e749c7c329a1bc3ae0c88b43
RNRootView: 895a4813dedeaca82db2fa868ca1c333d790e494
RNScreens: c526239bbe0e957b988dacc8d75ac94ec9cb19da
RNVectorIcons: da6fe858f5a65d7bbc3379540a889b0b12aa5976
RNVectorIcons: 31cebfcf94e8cf8686eb5303ae0357da64d7a5a4
SDWebImage: cf6922231e95550934da2ada0f20f2becf2ceba9
SDWebImageWebPCoder: 36f8f47bd9879a8aea6044765c1351120fd8e3a8
TOCropViewController: 20a14b6a7a098308bf369e7c8d700dc983a974e6

View File

@ -1,6 +1,6 @@
{
"name": "RNVectorIcons",
"version": "7.0.0",
"version": "8.1.0",
"summary": "Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling.",
"homepage": "https://github.com/oblador/react-native-vector-icons",
"license": "MIT",
@ -13,13 +13,13 @@
},
"source": {
"git": "https://github.com/oblador/react-native-vector-icons.git",
"tag": "v7.0.0"
"tag": "v8.1.0"
},
"source_files": "RNVectorIconsManager/**/*.{h,m}",
"resources": "Fonts/*.ttf",
"preserve_paths": "**/*.js",
"dependencies": {
"React": [
"React-Core": [
]
}

View File

@ -514,8 +514,8 @@ PODS:
- React
- RNScreens (2.9.0):
- React
- RNVectorIcons (7.0.0):
- React
- RNVectorIcons (8.1.0):
- React-Core
- SDWebImage (5.8.4):
- SDWebImage/Core (= 5.8.4)
- SDWebImage/Core (5.8.4)
@ -983,7 +983,7 @@ SPEC CHECKSUMS:
RNReanimated: b5ccb50650ba06f6e749c7c329a1bc3ae0c88b43
RNRootView: 895a4813dedeaca82db2fa868ca1c333d790e494
RNScreens: c526239bbe0e957b988dacc8d75ac94ec9cb19da
RNVectorIcons: da6fe858f5a65d7bbc3379540a889b0b12aa5976
RNVectorIcons: 31cebfcf94e8cf8686eb5303ae0357da64d7a5a4
SDWebImage: cf6922231e95550934da2ada0f20f2becf2ceba9
SDWebImageWebPCoder: 36f8f47bd9879a8aea6044765c1351120fd8e3a8
TOCropViewController: 20a14b6a7a098308bf369e7c8d700dc983a974e6

View File

@ -1285,7 +1285,6 @@
516AB504B88113B4C834E270CF75A576 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 494C8A4BE8EF1F45327EAF5F534DA7B7 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; };
516DF262E59354AEE4714B87A5F95D85 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 21613A9630310FC52EDDD9F7BCB3D56F /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; };
517492A9DB1BE570124104ABD1E074FB /* FlipperCertificateExchangeMedium.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9F02B25046132FEC9FBAE647F023C6 /* FlipperCertificateExchangeMedium.h */; settings = {ATTRIBUTES = (Project, ); }; };
5188E35920121C4F023B009EB47B7250 /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E9A89AA23DAD78AEAC79B028C07219B5 /* RNVectorIcons-dummy.m */; };
51A7C22C8F0BFD9B89B9167037516D08 /* GDTCORTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 41D392A9A6CBBFE9049B72F2DE284171 /* GDTCORTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; };
51B67D2931EB4CCA7F07B76A066A8217 /* EXAppleAuthenticationMappings.m in Sources */ = {isa = PBXBuildFile; fileRef = F05645666B2447D7BAC62CF563861918 /* EXAppleAuthenticationMappings.m */; };
51CCC62D357828844F150E39DA8B249C /* Baton.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD2D678CE55967640B2ECA259966CD8 /* Baton.h */; settings = {ATTRIBUTES = (Project, ); }; };
@ -1418,6 +1417,7 @@
5BF1D916DB535D1898096674832F3C80 /* alpha_processing_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3447678C17782CEF55E001D70F451781 /* alpha_processing_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; };
5BF82DC3638FD03C13ABF0EE0429BA4F /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BFA7F279FB92FB35BDE6B83AFF944E2C /* EXConstants-dummy.m */; };
5C1165264DD72E16E1C64F6DC9746266 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = F17C4194B1A43E875EA204400DCCB452 /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; };
5C1BF6C712A517436D42DA25639A21A4 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 575A6B272A7DE9656C90B10A6F6C34DB /* RNVectorIconsManager.m */; };
5C4E76845D343CA10A65FB4CD3F161BE /* RNCAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 20B496831B747470C665DEB570F2721E /* RNCAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; };
5C5EF08FE2DDABE0D6B53657AD8C1F18 /* TOActivityCroppedImageProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = FA0FEA8E607E301D5F2373D7D4D6A299 /* TOActivityCroppedImageProvider.m */; };
5C66571FCF2922FF506249F786F7C2B3 /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = F1CEC8454C926A51B469E5DF6DE7062B /* FBLPromise+Any.m */; };
@ -1494,6 +1494,7 @@
618E7AEF02E573C84CE04A368EAFC7F7 /* FlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EECE18D8A08691D02B4518B3D21AEF0 /* FlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; };
61903100839950E79E4F154D48535629 /* REAEventNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B0C856099C6B4C0288C50C7A0354376 /* REAEventNode.h */; settings = {ATTRIBUTES = (Project, ); }; };
61AD287FC184AAA51EE8A0FBAD58DB05 /* FIRCLSRecordApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D461AC4A5D3B90EDE62CD68FE7209 /* FIRCLSRecordApplication.m */; };
61D711722811BCDE4D3B2248CBC248A3 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6177E489BCF343D6A1ACA22EE8A9BD44 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; };
61DD63094FAC5774D23AC3BE10E8D48E /* Fingerprint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D1AACE60F657EA83B0E85E8329BADCA6 /* Fingerprint.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; };
61F360BB74C47E4DD49F16BA54CCB623 /* FIRCLSInstallIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 859A01DB9BD91E8691E025D3259F4357 /* FIRCLSInstallIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; };
61FAB8019A8CB19BAD1B25A6896C3A82 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = B34F5C86B6A3E71BE142CB494B7F79AD /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; };
@ -1708,7 +1709,6 @@
723EFC12107693BE96D29AB6EA86FF20 /* FIRCLSURLBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = AD226BCBC490946ED36E90350AA3C0C1 /* FIRCLSURLBuilder.m */; };
724B113BDB0D9E2A9927219AB90D4ED0 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 6976BF35456CB025AA286748A5C04864 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; };
7261ED5DBF9549B8EB9D33B100FBD8EE /* RNCAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = D0519A3FD1A7B438B36072CDFA46DDA3 /* RNCAssetsLibraryRequestHandler.m */; };
7273E470029F2D1437729B26DBC9A04F /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6177E489BCF343D6A1ACA22EE8A9BD44 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; };
727F3EB2A5D6C20A5C3223F68E21D0F4 /* FIRCLSOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CB8C8B32160AC815D0BE301073B3D471 /* FIRCLSOperation.h */; settings = {ATTRIBUTES = (Project, ); }; };
72870EFAFC806F2D536C786F8C27C30A /* StringKeyedUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 5882C8B326D8C2896E07CEB956D8A202 /* StringKeyedUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; };
728B80A7EF0CC422582C733F08F84C16 /* RCTDisplayWeakRefreshable.h in Headers */ = {isa = PBXBuildFile; fileRef = 08E4CE9720B65B3319A2C164530FA2CB /* RCTDisplayWeakRefreshable.h */; settings = {ATTRIBUTES = (Project, ); }; };
@ -3163,6 +3163,7 @@
E5553C45914B7244408DFE5C8D714EEA /* yuv.h in Headers */ = {isa = PBXBuildFile; fileRef = 970C9F3C3AA798D83003BE7C7129E3A0 /* yuv.h */; settings = {ATTRIBUTES = (Project, ); }; };
E557BA690CA573AC85E27EE224D87E00 /* Malloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0D9B8B5AADC7DAB66A1964F571B419F /* Malloc.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; };
E56F517254A3DD415A94128FFB078AB7 /* EXSessionResumableDownloadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D3A9D81320B5725653F79B114C2B0F4 /* EXSessionResumableDownloadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; };
E5717D12A46C230DF81B959C316D3076 /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E9A89AA23DAD78AEAC79B028C07219B5 /* RNVectorIcons-dummy.m */; };
E5999453FC58AD25375AE76CDA91F4F9 /* KeepaliveTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = A5A17956975D7696F7B41988B58B42F3 /* KeepaliveTimer.h */; settings = {ATTRIBUTES = (Project, ); }; };
E59B09D0FCFEA826E9B8C4F78FAD9097 /* RCTImageViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = D9B63DDAC26D9672FEC5F3375F677083 /* RCTImageViewManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; };
E5C364BADE3B7F40B26C80274EEEA9B4 /* REASetNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 75115AC85BF3FA90D1B09323091BA2B1 /* REASetNode.h */; settings = {ATTRIBUTES = (Project, ); }; };
@ -3247,7 +3248,6 @@
EB66BFD41BEBB5D81571F76712E05108 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = DEFFAC9B47503A331DAEE8DC2D876A8C /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; };
EB6CA7DBD7780D07B177F8BDE9B3B0C6 /* SetupResumeAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = DB784AE533C7FA1470E9783AD47C9700 /* SetupResumeAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; };
EBA4B42F86FA19C9293C03AD8686145B /* StorageSetters.h in Headers */ = {isa = PBXBuildFile; fileRef = CA723F22F144E89FB5485F584AB16F21 /* StorageSetters.h */; settings = {ATTRIBUTES = (Project, ); }; };
EBB31A81A9245F1AF542525CD137D384 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 575A6B272A7DE9656C90B10A6F6C34DB /* RNVectorIconsManager.m */; };
EBB5AF2BA5CAC9D6AEB1FDA308175B74 /* CodedInputData.h in Headers */ = {isa = PBXBuildFile; fileRef = E5B8E98722DF82B4FCF72C564273E7F5 /* CodedInputData.h */; settings = {ATTRIBUTES = (Project, ); }; };
EBD975A21CC130A96D250236FFE4F9C2 /* FarmHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 96F6E8528C4EC7786262B3CE7BE4614C /* FarmHash.h */; settings = {ATTRIBUTES = (Project, ); }; };
EBE11508A0A2ED857C8706D4E8409074 /* cost_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 521DC6D413BCF45B5E091B1ADEDAE457 /* cost_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; };
@ -4488,6 +4488,13 @@
remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185;
remoteInfo = FirebaseAnalytics;
};
3571792CE170D96635B56B840B2ED848 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D;
remoteInfo = "React-Core";
};
35D3A17997AFCA9139445E80B1BB5DD6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
@ -5867,13 +5874,6 @@
remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB;
remoteInfo = "React-RCTImage";
};
837E05F321BFF238290ED5A638C650A5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794;
remoteInfo = React;
};
843C9275B078F22AF0D6EA6CD41AB4E4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
@ -12828,13 +12828,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
BB7E0B9C58E990515F1921EFCBDF69BF /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
BD33565E5C7791EE6713CFBC3172E1F7 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
@ -12919,6 +12912,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
DFCA4986259EF6090AE75613C681A5F8 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
E3E13ACB021F25C010579EFC639E312A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
@ -22988,11 +22988,11 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
E265B278A88D2CFB1CFA3283F7AD423A /* Headers */ = {
E2E9906A883D6D2B3F652CBB0D5B7B43 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
7273E470029F2D1437729B26DBC9A04F /* RNVectorIconsManager.h in Headers */,
61D711722811BCDE4D3B2248CBC248A3 /* RNVectorIconsManager.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -24961,16 +24961,16 @@
};
96150F524B245896B800F84F369A9A5A /* RNVectorIcons */ = {
isa = PBXNativeTarget;
buildConfigurationList = 756AE01E350DCC118F4680D339628219 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */;
buildConfigurationList = 1A53195F2A49E064D1E9C88E5C7C3806 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */;
buildPhases = (
E265B278A88D2CFB1CFA3283F7AD423A /* Headers */,
F8DC0093A51D03EADE066109CFABA5E5 /* Sources */,
BB7E0B9C58E990515F1921EFCBDF69BF /* Frameworks */,
E2E9906A883D6D2B3F652CBB0D5B7B43 /* Headers */,
6D52977D378DDC5FE8ACB13D3706933B /* Sources */,
DFCA4986259EF6090AE75613C681A5F8 /* Frameworks */,
);
buildRules = (
);
dependencies = (
88C5C983D6DCF0D046B887B0B86C4740 /* PBXTargetDependency */,
D1E365F6C004874AF693DFACA65902D8 /* PBXTargetDependency */,
);
name = RNVectorIcons;
productName = RNVectorIcons;
@ -27168,6 +27168,15 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
6D52977D378DDC5FE8ACB13D3706933B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E5717D12A46C230DF81B959C316D3076 /* RNVectorIcons-dummy.m in Sources */,
5C1BF6C712A517436D42DA25639A21A4 /* RNVectorIconsManager.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
6DBCD6DB1B955B62501F49A5F24A563D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
@ -28443,15 +28452,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
F8DC0093A51D03EADE066109CFABA5E5 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
5188E35920121C4F023B009EB47B7250 /* RNVectorIcons-dummy.m in Sources */,
EBB31A81A9245F1AF542525CD137D384 /* RNVectorIconsManager.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
FB568A1351C383766730DC82C2A26433 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
@ -30756,12 +30756,6 @@
target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */;
targetProxy = 24BA854F9E6BFCCA9891DFB4FEEC0CCE /* PBXContainerItemProxy */;
};
88C5C983D6DCF0D046B887B0B86C4740 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = React;
target = 1BEE828C124E6416179B904A9F66D794 /* React */;
targetProxy = 837E05F321BFF238290ED5A638C650A5 /* PBXContainerItemProxy */;
};
88CEE5F83585ED1FF84BABA2F30A40DC /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = RNGestureHandler;
@ -31812,6 +31806,12 @@
target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */;
targetProxy = BC6ED4F580182C8CB14C2B21EC902959 /* PBXContainerItemProxy */;
};
D1E365F6C004874AF693DFACA65902D8 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "React-Core";
target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */;
targetProxy = 3571792CE170D96635B56B840B2ED848 /* PBXContainerItemProxy */;
};
D2835DA41D45F5AB863AF89165993ADD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = YogaKit;
@ -33439,6 +33439,32 @@
};
name = Debug;
};
2A57F02F073C8EE682B34DE95CEFC2CE /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FE8F2233EDDB14A8B4B142BCB0E4E62D /* RNVectorIcons.release.xcconfig */;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
GCC_PREFIX_HEADER = "Target Support Files/RNVectorIcons/RNVectorIcons-prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PRIVATE_HEADERS_FOLDER_PATH = "";
PRODUCT_MODULE_NAME = RNVectorIcons;
PRODUCT_NAME = RNVectorIcons;
PUBLIC_HEADERS_FOLDER_PATH = "";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
2A7B9923A025C9FD5DA7D60F3BED10CF /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 940FC5034C5012B724903EE9C30582D3 /* UMReactNativeAdapter.debug.xcconfig */;
@ -34368,31 +34394,6 @@
};
name = Debug;
};
4580CA6BADF1558539500AD612CD42FF /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 38F867F883264D0E4DCED09E0FDF6467 /* RNVectorIcons.debug.xcconfig */;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
GCC_PREFIX_HEADER = "Target Support Files/RNVectorIcons/RNVectorIcons-prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PRIVATE_HEADERS_FOLDER_PATH = "";
PRODUCT_MODULE_NAME = RNVectorIcons;
PRODUCT_NAME = RNVectorIcons;
PUBLIC_HEADERS_FOLDER_PATH = "";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
46B30C33BF229B795F1901873B64A1C5 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 75142469360160A29114C49BE60A9BA9 /* react-native-notifications.debug.xcconfig */;
@ -37543,32 +37544,6 @@
};
name = Debug;
};
C87C2FE95B7F93E8B1B79D8850B8246E /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FE8F2233EDDB14A8B4B142BCB0E4E62D /* RNVectorIcons.release.xcconfig */;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
GCC_PREFIX_HEADER = "Target Support Files/RNVectorIcons/RNVectorIcons-prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PRIVATE_HEADERS_FOLDER_PATH = "";
PRODUCT_MODULE_NAME = RNVectorIcons;
PRODUCT_NAME = RNVectorIcons;
PUBLIC_HEADERS_FOLDER_PATH = "";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
C9EBBB7B4C9FDE178F4125E43E65F590 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 57D665E0B76742C9DEEF2CDF4AF2140A /* FirebaseAnalytics.release.xcconfig */;
@ -38520,6 +38495,31 @@
};
name = Debug;
};
F5741BF254B759E7C65C9EC19A11B1D8 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 38F867F883264D0E4DCED09E0FDF6467 /* RNVectorIcons.debug.xcconfig */;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
GCC_PREFIX_HEADER = "Target Support Files/RNVectorIcons/RNVectorIcons-prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PRIVATE_HEADERS_FOLDER_PATH = "";
PRODUCT_MODULE_NAME = RNVectorIcons;
PRODUCT_NAME = RNVectorIcons;
PUBLIC_HEADERS_FOLDER_PATH = "";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
F5C3B938D4EEB80B8E15FA6A8DAC2B7D /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3176AB3C86C5700B205948C24DBD3022 /* Pods-defaults-Rocket.Chat.debug.xcconfig */;
@ -38947,6 +38947,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
1A53195F2A49E064D1E9C88E5C7C3806 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F5741BF254B759E7C65C9EC19A11B1D8 /* Debug */,
2A57F02F073C8EE682B34DE95CEFC2CE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
1A58E1202FF7A0EF8A9229F8888C65B9 /* Build configuration list for PBXNativeTarget "react-native-background-timer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
@ -39316,15 +39325,6 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
756AE01E350DCC118F4680D339628219 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4580CA6BADF1558539500AD612CD42FF /* Debug */,
C87C2FE95B7F93E8B1B79D8850B8246E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
7639DDA105231FCED01ACD92C023BD94 /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */ = {
isa = XCConfigurationList;
buildConfigurations = (

View File

@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNVectorIcons" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog"
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNVectorIcons" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog"
OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)

View File

@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNVectorIcons" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog"
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNVectorIcons" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog"
OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)

View File

@ -97,7 +97,7 @@
"react-native-orientation-locker": "1.3.1",
"react-native-picker-select": "^8.0.4",
"react-native-platform-touchable": "1.1.1",
"react-native-popover-view": "3.0.3",
"react-native-popover-view": "4.0.1",
"react-native-progress": "4.1.2",
"react-native-prompt-android": "^1.1.0",
"react-native-reanimated": "1.9.0",
@ -110,7 +110,7 @@
"react-native-slowlog": "^1.0.2",
"react-native-ui-lib": "RocketChat/react-native-ui-lib#minor-improvements",
"react-native-unimodules": "0.10.1",
"react-native-vector-icons": "7.0.0",
"react-native-vector-icons": "8.1.0",
"react-native-webview": "10.3.2",
"react-redux": "7.2.4",
"reactotron-react-native": "5.0.0",
@ -126,7 +126,7 @@
"ua-parser-js": "0.7.28",
"url-parse": "1.5.1",
"use-deep-compare-effect": "1.6.1",
"xregexp": "^4.3.0"
"xregexp": "5.0.2"
},
"devDependencies": {
"@babel/core": "7.14.5",

115
yarn.lock
View File

@ -1295,6 +1295,14 @@
core-js-pure "^3.0.0"
regenerator-runtime "^0.13.4"
"@babel/runtime-corejs3@^7.12.1":
version "7.14.6"
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.14.6.tgz#066b966eda40481740180cb3caab861a3f208cd3"
integrity sha512-Xl8SPYtdjcMoCsIM4teyVRg7jIcgl8F2kRtoCcXuHzXswt9UxZCS6BzRo8fcnCuP6u2XtPgvyonmEPF57Kxo9Q==
dependencies:
core-js-pure "^3.14.0"
regenerator-runtime "^0.13.4"
"@babel/runtime-corejs3@^7.8.3":
version "7.9.6"
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.9.6.tgz#67aded13fffbbc2cb93247388cf84d77a4be9a71"
@ -5857,6 +5865,11 @@ core-js-pure@^3.0.0, core-js-pure@^3.0.1:
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.6.5.tgz#c79e75f5e38dbc85a662d91eea52b8256d53b813"
integrity sha512-lacdXOimsiD0QyNf9BC/mxivNJ/ybBGJXQFKzRekp1WTHoVUWsUHEn+2T8GJAzzIhyOuXA+gOxCVN3l+5PLPUA==
core-js-pure@^3.14.0:
version "3.14.0"
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.14.0.tgz#72bcfacba74a65ffce04bf94ae91d966e80ee553"
integrity sha512-YVh+LN2FgNU0odThzm61BsdkwrbrchumFq3oztnE9vTKC4KS2fvnPmcx8t6jnqAyOTCTF4ZSiuK8Qhh7SNcL4g==
core-js@^1.0.0:
version "1.2.7"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
@ -10895,6 +10908,11 @@ locate-path@^6.0.0:
dependencies:
p-locate "^5.0.0"
lodash._reinterpolate@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=
lodash.assign@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-4.2.0.tgz#0d99f3ccd7a6d261d19bdaeb9245005d285808e7"
@ -10905,6 +10923,11 @@ lodash.debounce@^4.0.8:
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
lodash.frompairs@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/lodash.frompairs/-/lodash.frompairs-4.0.1.tgz#bc4e5207fa2757c136e573614e9664506b2b1bd2"
integrity sha1-vE5SB/onV8E25XNhTpZkUGsrG9I=
lodash.includes@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
@ -10920,16 +10943,46 @@ lodash.isplainobject@^4.0.6:
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
lodash.isstring@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
lodash.memoize@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
lodash.omit@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60"
integrity sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA=
lodash.pick@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
integrity sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=
lodash.sortby@^4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
lodash.template@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==
dependencies:
lodash._reinterpolate "^3.0.0"
lodash.templatesettings "^4.0.0"
lodash.templatesettings@^4.0.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz#e481310f049d3cf6d47e912ad09313b154f0fb33"
integrity sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==
dependencies:
lodash._reinterpolate "^3.0.0"
lodash.throttle@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
@ -13741,12 +13794,10 @@ react-native-platform-touchable@1.1.1:
resolved "https://registry.yarnpkg.com/react-native-platform-touchable/-/react-native-platform-touchable-1.1.1.tgz#fde4acc65eea585d28b164d0c3716a42129a68e4"
integrity sha1-/eSsxl7qWF0osWTQw3FqQhKaaOQ=
react-native-popover-view@3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/react-native-popover-view/-/react-native-popover-view-3.0.3.tgz#6376db42c077b60f782db933f3a1830ce0c35430"
integrity sha512-B0Y4MOdrGDKylGVNzFE+dTqNIweY4Rd3StbIBFrbKCDZbi5MK5VCDL+tWN6/3I6xQknNQUi4MdqhnsyDscgLng==
dependencies:
react-native-safe-area-view "0.14.9"
react-native-popover-view@4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/react-native-popover-view/-/react-native-popover-view-4.0.1.tgz#f25db84e6774d9f9edfceba8e03bfa2d9ce22a4b"
integrity sha512-A5M1RRPVoWXCP/+zP/JOeadanRc/crgz0VCFfH1nW3PiinmYYpWxtFoJEYAmotjwo5uKzS2FO7uapFHhJJ+zaw==
react-native-progress@4.1.2:
version "4.1.2"
@ -13788,13 +13839,6 @@ react-native-safe-area-context@3.2.0:
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-3.2.0.tgz#06113c6b208f982d68ab5c3cebd199ca93db6941"
integrity sha512-k2Nty4PwSnrg9HwrYeeE+EYqViYJoOFwEy9LxL5RIRfoqxAq/uQXNGwpUg2/u4gnKpBbEPa9eRh15KKMe/VHkA==
react-native-safe-area-view@0.14.9:
version "0.14.9"
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.14.9.tgz#90ee8383037010d9a5055a97cf97e4c1da1f0c3d"
integrity sha512-WII/ulhpVyL/qbYb7vydq7dJAfZRBcEhg4/UWt6F6nAKpLa3gAceMOxBxI914ppwSP/TdUsandFy6lkJQE0z4A==
dependencies:
hoist-non-react-statics "^2.3.1"
react-native-screens@2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-2.9.0.tgz#ead2843107ba00fee259aa377582e457c74f1f3b"
@ -13890,14 +13934,19 @@ react-native-unimodules@0.10.1:
unimodules-sensors-interface "~5.2.1"
unimodules-task-manager-interface "~5.2.1"
react-native-vector-icons@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-7.0.0.tgz#5b92ed363c867645daad48c559e1f99efcfbb813"
integrity sha512-Ku8+dTUAnR9pexRPQqsUcQEZlxEpFZsIy8iOFqVL/3mrUyncZJHtqJyx2cUOmltZIC6W2GI4IkD3EYzPerXV5g==
react-native-vector-icons@8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-8.1.0.tgz#e8ee2b17bc4d9f636da1c6f67feee8e2a850c3d8"
integrity sha512-sHIdBB6Y0dHaot2fMXgy5J/hhCn5YuyN7SKDNFgPzL8KA1oF2/v7mgYMavnK7LIIs2dJoGnDANKf61dsU+TZlg==
dependencies:
lodash "^4.17.15"
lodash.frompairs "^4.0.1"
lodash.isequal "^4.5.0"
lodash.isstring "^4.0.1"
lodash.omit "^4.5.0"
lodash.pick "^4.4.0"
lodash.template "^4.5.0"
prop-types "^15.7.2"
yargs "^15.0.2"
yargs "^16.1.1"
react-native-webview@10.3.2:
version "10.3.2"
@ -17100,7 +17149,14 @@ xregexp@4.1.1:
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.1.1.tgz#eb8a032aa028d403f7b1b22c47a5f16c24b21d8d"
integrity sha512-QJ1gfSUV7kEOLfpKFCjBJRnfPErUzkNKFMso4kDSmGpp3x6ZgkyKf74inxI7PnnQCFYq5TqYJCd7DrgDN8Q05A==
xregexp@^4.2.4, xregexp@^4.3.0:
xregexp@5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-5.0.2.tgz#798aa7757836f39cdbdeeba3daf94d75f7a9dcc1"
integrity sha512-JPNfN40YMNSDxZrahMrmtNH1QqPJp0/qNeEJM2nnOlhcBdfCCjekPYFV2OnwKxwvpEYglH1RBotbpRRaEuCG8Q==
dependencies:
"@babel/runtime-corejs3" "^7.12.1"
xregexp@^4.2.4:
version "4.3.0"
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.3.0.tgz#7e92e73d9174a99a59743f67a4ce879a04b5ae50"
integrity sha512-7jXDIFXh5yJ/orPn4SXjuVrWWoi4Cr8jfV1eHv9CixKSbU+jY4mxfrBwAuDvupPNKpMUY+FeIqsVw/JLT9+B8g==
@ -17195,7 +17251,7 @@ yargs-unparser@2.0.0, yargs-unparser@^2.0.0:
flat "^5.0.2"
is-plain-obj "^2.1.0"
yargs@16.2.0, yargs@^16.0.3:
yargs@16.2.0, yargs@^16.0.3, yargs@^16.1.1:
version "16.2.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
@ -17243,23 +17299,6 @@ yargs@^14.2.0:
y18n "^4.0.0"
yargs-parser "^15.0.1"
yargs@^15.0.2:
version "15.4.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==
dependencies:
cliui "^6.0.0"
decamelize "^1.2.0"
find-up "^4.1.0"
get-caller-file "^2.0.1"
require-directory "^2.1.1"
require-main-filename "^2.0.0"
set-blocking "^2.0.0"
string-width "^4.2.0"
which-module "^2.0.0"
y18n "^4.0.0"
yargs-parser "^18.1.2"
yargs@^15.1.0, yargs@^15.3.1:
version "15.4.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.0.tgz#53949fb768309bac1843de9b17b80051e9805ec2"