From 6b060d4708852c8255e3f098dfdb5109d4e85a04 Mon Sep 17 00:00:00 2001 From: Bruno Barbieri Date: Fri, 4 Oct 2019 14:42:03 -0400 Subject: [PATCH] Fix animated fox (#1132) * update * update react-native-animated-fox * fix unit tests * fix sensors missing error --- app/util/testSetup.js | 1 + ios/MetaMask.xcodeproj/project.pbxproj | 85 ++++++++++++++++++++++++-- package.json | 3 +- yarn.lock | 25 +++++--- 4 files changed, 99 insertions(+), 15 deletions(-) diff --git a/app/util/testSetup.js b/app/util/testSetup.js index 53a1134f7e8..70361cb3f50 100644 --- a/app/util/testSetup.js +++ b/app/util/testSetup.js @@ -84,6 +84,7 @@ jest.mock('react-native-keychain', () => ({ getSupportedBiometryType: () => Prom jest.mock('react-native-share', () => 'RNShare'); jest.mock('react-native-fabric', () => 'Fabric'); jest.mock('react-native-branch', () => 'RNBranch'); +jest.mock('react-native-sensors', () => 'RNSensors'); jest.mock('react-native-device-info', () => 'DeviceInfo'); jest.mock('react-native-search-api', () => 'SearchApi'); jest.mock('react-native-reanimated', () => require('react-native-reanimated/mock')); diff --git a/ios/MetaMask.xcodeproj/project.pbxproj b/ios/MetaMask.xcodeproj/project.pbxproj index 49a972e89a0..263cd0352e2 100644 --- a/ios/MetaMask.xcodeproj/project.pbxproj +++ b/ios/MetaMask.xcodeproj/project.pbxproj @@ -5,12 +5,14 @@ }; objectVersion = 46; objects = { + /* Begin PBXBuildFile section */ 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; }; 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; }; 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; }; 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; }; 03D91D70A389444797688056 /* libRNBackgroundTimer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40221DCA6F0D400E8A1DCC8C /* libRNBackgroundTimer.a */; }; + 0DAA03955C324BF9813B14EE /* libRNSensors.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 26127688C3784A9BBA5BBCAD /* libRNSensors.a */; }; 123752B9768C469A85058888 /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = E9629905BA1940ADA4189921 /* Feather.ttf */; }; 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; }; 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; }; @@ -65,6 +67,7 @@ 81D9D3DB7A7244E184C9EA53 /* libRNKeychain.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4752EE200B1A49178D7871A6 /* libRNKeychain.a */; }; 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; }; 887E75FB64A54509A08D6C50 /* Roboto-LightItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = E020F42F788744B3BCE17F05 /* Roboto-LightItalic.ttf */; }; + 8F038E7D26A045499C0C2CDC /* libRNReanimated.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C4305DB1C9AE4A72B855691D /* libRNReanimated.a */; }; 900DAC87A8AB4C8092EA3682 /* libRNRandomBytes.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8ABF9E3C7C334558A19A8C88 /* libRNRandomBytes.a */; }; 9916CE03947044A781F61544 /* libRNI18n.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 138ABBB9E0B74423B1FEB949 /* libRNI18n.a */; }; 9AC52F22A86F4412BDE0EE7B /* FontAwesome5_Solid.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A98DB430A7DA47EFB97EDF8B /* FontAwesome5_Solid.ttf */; }; @@ -87,7 +90,6 @@ F719B7ED64E3484FB94EE77B /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 42C6DDE3B80F47AFA9C9D4F5 /* Foundation.ttf */; }; FD9BDCD5059C483EAE9C0160 /* libRNVectorIcons.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 70BCC86172F14AB2BF4DDA97 /* libRNVectorIcons.a */; }; FEA573B66E7541C5A06F7EE1 /* libRNCAsyncStorage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 512F0EF98E9D4D0185343707 /* libRNCAsyncStorage.a */; }; - 8F038E7D26A045499C0C2CDC /* libRNReanimated.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C4305DB1C9AE4A72B855691D /* libRNReanimated.a */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -245,6 +247,27 @@ remoteGlobalIDString = 94DDAC5C1F3D024300EED511; remoteInfo = "RNSVG-tvOS"; }; + 155EEADA2346EE62007EC35A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 3F524C43670B4F7DBBBB4B5C /* RNReanimated.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 134814201AA4EA6300B7C361; + remoteInfo = RNReanimated; + }; + 155EEADC2346EE62007EC35A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 3F524C43670B4F7DBBBB4B5C /* RNReanimated.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = FDBB176E229BF04900D1E455; + remoteInfo = "RNReanimated-tvOS"; + }; + 155EEC0223470CC9007EC35A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = CBAA0A8C106D459EA02E314B /* RNSensors.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 134814201AA4EA6300B7C361; + remoteInfo = RNSensors; + }; 155FCCEC21E5A04E0014B614 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 42454F52498F498B85D39065 /* RNScreens.xcodeproj */; @@ -754,6 +777,7 @@ 1F06D56A2D2F41FB9345D16F /* Lottie.framework */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = wrapper.framework; name = Lottie.framework; path = System/Library/Frameworks/Lottie.framework; sourceTree = SDKROOT; }; 204D40F66C724C47BF4D4911 /* libRNShare.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNShare.a; sourceTree = ""; }; 243DFD20AE7F45D5BBB115E2 /* RNCWebView.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNCWebView.xcodeproj; path = "../node_modules/react-native-webview/ios/RNCWebView.xcodeproj"; sourceTree = ""; }; + 26127688C3784A9BBA5BBCAD /* libRNSensors.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNSensors.a; sourceTree = ""; }; 278065D027394AD9B2906E38 /* libBVLinearGradient.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libBVLinearGradient.a; sourceTree = ""; }; 29A7A9B265664A939A064628 /* libRNViewShot.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNViewShot.a; sourceTree = ""; }; 2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -761,6 +785,7 @@ 35A42C846E024EEAB1250DA2 /* libRNCNetInfo.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNCNetInfo.a; sourceTree = ""; }; 3BCC003A069E4228AE707B9A /* libRCTAes.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRCTAes.a; sourceTree = ""; }; 3E2492C67CF345CABD7B8601 /* Roboto-BlackItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-BlackItalic.ttf"; path = "../app/fonts/Roboto-BlackItalic.ttf"; sourceTree = ""; }; + 3F524C43670B4F7DBBBB4B5C /* RNReanimated.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNReanimated.xcodeproj; path = "../node_modules/react-native-reanimated/ios/RNReanimated.xcodeproj"; sourceTree = ""; }; 40221DCA6F0D400E8A1DCC8C /* libRNBackgroundTimer.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNBackgroundTimer.a; sourceTree = ""; }; 417D7C2840F148F591AB0261 /* libRNOS.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNOS.a; sourceTree = ""; }; 42454F52498F498B85D39065 /* RNScreens.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNScreens.xcodeproj; path = "../node_modules/react-native-screens/ios/RNScreens.xcodeproj"; sourceTree = ""; }; @@ -809,11 +834,13 @@ B5FBB03E6A864791BD8CF6C2 /* RCTAes.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RCTAes.xcodeproj; path = "../node_modules/react-native-aes-crypto/ios/RCTAes.xcodeproj"; sourceTree = ""; }; BB8BA2D3C0354D6090B56A8A /* Roboto-Light.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Light.ttf"; path = "../app/fonts/Roboto-Light.ttf"; sourceTree = ""; }; BF485CDA047B4D52852B87F5 /* EvilIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = EvilIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf"; sourceTree = ""; }; + C4305DB1C9AE4A72B855691D /* libRNReanimated.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNReanimated.a; sourceTree = ""; }; C64043A9D79F4CDBAAAB035B /* RNI18n.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNI18n.xcodeproj; path = "../node_modules/react-native-i18n/ios/RNI18n.xcodeproj"; sourceTree = ""; }; C752564A28B44392AEE16BD5 /* Roboto-Medium.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Medium.ttf"; path = "../app/fonts/Roboto-Medium.ttf"; sourceTree = ""; }; C9C644D0CEC8452C96652B6A /* libLottieReactNative.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libLottieReactNative.a; sourceTree = ""; }; C9FD3FB1258A41A5A0546C83 /* Roboto-BoldItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-BoldItalic.ttf"; path = "../app/fonts/Roboto-BoldItalic.ttf"; sourceTree = ""; }; CB7E9087121F4C9698174F6D /* TcpSockets.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = TcpSockets.xcodeproj; path = "../node_modules/react-native-tcp/ios/TcpSockets.xcodeproj"; sourceTree = ""; }; + CBAA0A8C106D459EA02E314B /* RNSensors.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNSensors.xcodeproj; path = "../node_modules/react-native-sensors/ios/RNSensors.xcodeproj"; sourceTree = ""; }; CD8CD30DCF4347E2BBA54721 /* libRNGestureHandler.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNGestureHandler.a; sourceTree = ""; }; CF0899B651A847EDB227BE12 /* libRNFS.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNFS.a; sourceTree = ""; }; CF552F79C77A4184A690513A /* Roboto-ThinItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-ThinItalic.ttf"; path = "../app/fonts/Roboto-ThinItalic.ttf"; sourceTree = ""; }; @@ -830,8 +857,6 @@ F562CA6B28AA4A67AA29B61C /* MaterialIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = ""; }; F9DFF7AC557B46B6BEFAA1C1 /* libRNShakeEvent.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNShakeEvent.a; sourceTree = ""; }; FE3C9A2458A1416290DEDAD4 /* branch.json */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = branch.json; path = ../branch.json; sourceTree = ""; }; - 3F524C43670B4F7DBBBB4B5C /* RNReanimated.xcodeproj */ = {isa = PBXFileReference; name = "RNReanimated.xcodeproj"; path = "../node_modules/react-native-reanimated/ios/RNReanimated.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; - C4305DB1C9AE4A72B855691D /* libRNReanimated.a */ = {isa = PBXFileReference; name = "libRNReanimated.a"; path = "libRNReanimated.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -879,6 +904,7 @@ E0C6F135CAA341E7ABAD4051 /* libRNCNetInfo.a in Frameworks */, CCD42AFF04EE46C481A5715C /* libRNCWebView.a in Frameworks */, 8F038E7D26A045499C0C2CDC /* libRNReanimated.a in Frameworks */, + 0DAA03955C324BF9813B14EE /* libRNSensors.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1048,6 +1074,23 @@ name = Products; sourceTree = ""; }; + 155EEAD62346EE61007EC35A /* Products */ = { + isa = PBXGroup; + children = ( + 155EEADB2346EE62007EC35A /* libRNReanimated.a */, + 155EEADD2346EE62007EC35A /* libRNReanimated-tvOS.a */, + ); + name = Products; + sourceTree = ""; + }; + 155EEBFF23470CC9007EC35A /* Products */ = { + isa = PBXGroup; + children = ( + 155EEC0323470CC9007EC35A /* libRNSensors.a */, + ); + name = Products; + sourceTree = ""; + }; 155FCCE921E5A04E0014B614 /* Products */ = { isa = PBXGroup; children = ( @@ -1152,6 +1195,8 @@ 35A42C846E024EEAB1250DA2 /* libRNCNetInfo.a */, 62EC4398901B46B1AA5F8C87 /* libSMXCrashlytics.a */, 9DD5019775114B4E862F5127 /* libRNCWebView.a */, + C4305DB1C9AE4A72B855691D /* libRNReanimated.a */, + 26127688C3784A9BBA5BBCAD /* libRNSensors.a */, ); name = "Recovered References"; sourceTree = ""; @@ -1401,6 +1446,7 @@ 545F5D07A73A45A7832915B5 /* SMXCrashlytics.xcodeproj */, 243DFD20AE7F45D5BBB115E2 /* RNCWebView.xcodeproj */, 3F524C43670B4F7DBBBB4B5C /* RNReanimated.xcodeproj */, + CBAA0A8C106D459EA02E314B /* RNSensors.xcodeproj */, ); name = Libraries; sourceTree = ""; @@ -1640,10 +1686,18 @@ ProductGroup = 158B05BA211A724E00DF3C74 /* Products */; ProjectRef = 500343D7D81046209C481A89 /* RNRandomBytes.xcodeproj */; }, + { + ProductGroup = 155EEAD62346EE61007EC35A /* Products */; + ProjectRef = 3F524C43670B4F7DBBBB4B5C /* RNReanimated.xcodeproj */; + }, { ProductGroup = 155FCCE921E5A04E0014B614 /* Products */; ProjectRef = 42454F52498F498B85D39065 /* RNScreens.xcodeproj */; }, + { + ProductGroup = 155EEBFF23470CC9007EC35A /* Products */; + ProjectRef = CBAA0A8C106D459EA02E314B /* RNSensors.xcodeproj */; + }, { ProductGroup = 15D70BF821376C7C00DC793B /* Products */; ProjectRef = 9AB328AA05904D6AA5C6A622 /* RNShare.xcodeproj */; @@ -1824,6 +1878,27 @@ remoteRef = 154BC3572238C135009AF026 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; + 155EEADB2346EE62007EC35A /* libRNReanimated.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRNReanimated.a; + remoteRef = 155EEADA2346EE62007EC35A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 155EEADD2346EE62007EC35A /* libRNReanimated-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libRNReanimated-tvOS.a"; + remoteRef = 155EEADC2346EE62007EC35A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 155EEC0323470CC9007EC35A /* libRNSensors.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRNSensors.a; + remoteRef = 155EEC0223470CC9007EC35A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; 155FCCED21E5A04E0014B614 /* libRNScreens.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; @@ -2453,6 +2528,7 @@ "$(SRCROOT)/../node_modules/react-native-fabric/ios/SMXCrashlytics", "$(SRCROOT)/../node_modules/react-native-webview/ios", "$(SRCROOT)/../node_modules/react-native-reanimated/ios/**", + "$(SRCROOT)/../node_modules/react-native-sensors/ios/**", ); INFOPLIST_FILE = MetaMask/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; @@ -2460,7 +2536,6 @@ "$(inherited)", "\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"", "\"$(SRCROOT)/MetaMask\"", - "\"$(SRCROOT)/MetaMask\"", ); OTHER_LDFLAGS = ( "$(inherited)", @@ -2520,6 +2595,7 @@ "$(SRCROOT)/../node_modules/react-native-fabric/ios/SMXCrashlytics", "$(SRCROOT)/../node_modules/react-native-webview/ios", "$(SRCROOT)/../node_modules/react-native-reanimated/ios/**", + "$(SRCROOT)/../node_modules/react-native-sensors/ios/**", ); INFOPLIST_FILE = MetaMask/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; @@ -2527,7 +2603,6 @@ "$(inherited)", "\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"", "\"$(SRCROOT)/MetaMask\"", - "\"$(SRCROOT)/MetaMask\"", ); OTHER_LDFLAGS = ( "$(inherited)", diff --git a/package.json b/package.json index 5fe79a77e7b..1b6c297625d 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "react-native": "0.59.10", "react-native-actionsheet": "2.4.2", "react-native-aes-crypto": "git+ssh://git@github.com/brunobar79/react-native-aes.git#6256794f4cc6d9892f6bebcb82cbf37f06649620", - "react-native-animated-fox": "git+ssh://git@github.com/brunobar79/react-native-animated-fox.git#4515395b0d8c3855630790ab3f806ed35579b23d", + "react-native-animated-fox": "git+ssh://git@github.com/brunobar79/react-native-animated-fox.git#16e38d54d829709e497f196e31fa8ff00cdf2aa9", "react-native-background-timer": "2.1.1", "react-native-branch": "git+ssh://git@github.com/brunobar79/react-native-branch-deep-linking-attribution.git#6abb7e34a8f77f624013bb148aed87f50e72bf8f", "react-native-browser-polyfill": "0.1.2", @@ -124,6 +124,7 @@ "react-native-screens": "1.0.0-alpha.23", "react-native-scrollable-tab-view": "git+ssh://git@github.com/estebanmino/react-native-scrollable-tab-view.git#f954274c6260a07c956e2185c611aed24b2f1526", "react-native-search-api": "1.2.0", + "react-native-sensors": "5.3.0", "react-native-share": "git+ssh://git@github.com/brunobar79/react-native-share.git#androidx", "react-native-svg": "9.3.3", "react-native-swipe-gestures": "1.0.3", diff --git a/yarn.lock b/yarn.lock index 953790c133b..d6046900ece 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8855,9 +8855,9 @@ react-native-animatable@^1.2.4: dependencies: prop-types "^15.5.10" -"react-native-animated-fox@git+ssh://git@github.com/brunobar79/react-native-animated-fox.git#4515395b0d8c3855630790ab3f806ed35579b23d": +"react-native-animated-fox@git+ssh://git@github.com/brunobar79/react-native-animated-fox.git#16e38d54d829709e497f196e31fa8ff00cdf2aa9": version "1.0.0" - resolved "git+ssh://git@github.com/brunobar79/react-native-animated-fox.git#4515395b0d8c3855630790ab3f806ed35579b23d" + resolved "git+ssh://git@github.com/brunobar79/react-native-animated-fox.git#16e38d54d829709e497f196e31fa8ff00cdf2aa9" dependencies: prop-types "^15.5.10" @@ -9089,6 +9089,13 @@ react-native-search-api@1.2.0: resolved "https://registry.yarnpkg.com/react-native-search-api/-/react-native-search-api-1.2.0.tgz#824b49e1f9a40aa36ef81b95c528dc29d4b88454" integrity sha1-gktJ4fmkCqNu+BuVxSjcKdS4hFQ= +react-native-sensors@5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/react-native-sensors/-/react-native-sensors-5.3.0.tgz#8c89541f80a68c185ff2f7059c3078f4975c730c" + integrity sha512-+VIWli3mWIBniOghoHAuVAnw9LO0Oc1kIoJnSh3RKalM4iUR39erx6TZz3FbShSqbLO6apAbk0P0g6u1DB4v6w== + dependencies: + rxjs ">= 6" + "react-native-share@git+ssh://git@github.com/brunobar79/react-native-share.git#androidx": version "1.2.1" resolved "git+ssh://git@github.com/brunobar79/react-native-share.git#f6186e0c41d99674de2633d5e4d079f61fb9237c" @@ -9803,6 +9810,13 @@ rx-lite@*, rx-lite@^4.0.8: resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42467b79444" integrity sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ= +"rxjs@>= 6", rxjs@^6.3.3, rxjs@^6.4.0: + version "6.5.3" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.3.tgz#510e26317f4db91a7eb1de77d9dd9ba0a4899a3a" + integrity sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA== + dependencies: + tslib "^1.9.0" + rxjs@^5.4.3: version "5.5.12" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.12.tgz#6fa61b8a77c3d793dbaf270bee2f43f652d741cc" @@ -9810,13 +9824,6 @@ rxjs@^5.4.3: dependencies: symbol-observable "1.0.1" -rxjs@^6.3.3, rxjs@^6.4.0: - version "6.5.3" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.3.tgz#510e26317f4db91a7eb1de77d9dd9ba0a4899a3a" - integrity sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA== - dependencies: - tslib "^1.9.0" - safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"