Skip to content

Commit

Permalink
Merge pull request #378 from AmericaSCORESBayArea/fix/ios_login
Browse files Browse the repository at this point in the history
Fix/ios login
  • Loading branch information
lautirozen committed Jun 1, 2023
2 parents eac1324 + 10fa434 commit 7a1e5b3
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 46 deletions.
17 changes: 12 additions & 5 deletions ios/AmericanScoresApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = AmericanScoresApp/Images.xcassets; sourceTree = "<group>"; };
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = AmericanScoresApp/Info.plist; sourceTree = "<group>"; };
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = AmericanScoresApp/main.m; sourceTree = "<group>"; };
2F20A2A425E9E314008AFDD8 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
2F20A2A425E9E314008AFDD8 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "AmericanScoresApp/GoogleService-Info.plist"; sourceTree = "<group>"; };
2F5C1688970DF0B32E8428FD /* Pods-AmericanScoresApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AmericanScoresApp.debug.xcconfig"; path = "Target Support Files/Pods-AmericanScoresApp/Pods-AmericanScoresApp.debug.xcconfig"; sourceTree = "<group>"; };
38CB6D42DD3F23B5BAA5F7E8 /* libPods-AmericanScoresApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AmericanScoresApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
4956256524E5B256001B21B6 /* America Scores Attendance.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = "America Scores Attendance.entitlements"; path = "AmericanScoresApp/America Scores Attendance.entitlements"; sourceTree = "<group>"; };
6870AEA32A1E8E9F00C7EC27 /* AmericanScoresAppRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = AmericanScoresAppRelease.entitlements; path = AmericanScoresApp/AmericanScoresAppRelease.entitlements; sourceTree = "<group>"; };
7DFE7BD675CECBC5194763C8 /* Pods-AmericanScoresApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AmericanScoresApp.release.xcconfig"; path = "Target Support Files/Pods-AmericanScoresApp/Pods-AmericanScoresApp.release.xcconfig"; sourceTree = "<group>"; };
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = AmericanScoresApp/SplashScreen.storyboard; sourceTree = "<group>"; };
BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
Expand All @@ -50,6 +51,7 @@
13B07FAE1A68108700A75B9A /* AmericanScoresApp */ = {
isa = PBXGroup;
children = (
6870AEA32A1E8E9F00C7EC27 /* AmericanScoresAppRelease.entitlements */,
4956256524E5B256001B21B6 /* America Scores Attendance.entitlements */,
BB2F792B24A3F905000567C9 /* Supporting */,
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
Expand Down Expand Up @@ -154,7 +156,6 @@
LastUpgradeCheck = 1200;
TargetAttributes = {
13B07F861A680F5B00A75B9A = {
DevelopmentTeam = 946F7TCJW5;
LastSwiftMigration = 1120;
};
};
Expand Down Expand Up @@ -326,14 +327,17 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.92;
MARKETING_VERSION = 3.7;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = com.americaScores.app;
PRODUCT_NAME = "America Scores Attendance";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -347,7 +351,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "AmericanScoresApp/America Scores Attendance.entitlements";
CODE_SIGN_ENTITLEMENTS = AmericanScoresApp/AmericanScoresAppRelease.entitlements;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 946F7TCJW5;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
Expand All @@ -357,14 +361,17 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.92;
MARKETING_VERSION = 3.7;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = com.americaScores.app;
PRODUCT_NAME = "America Scores Attendance";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
Expand Down
12 changes: 12 additions & 0 deletions ios/AmericanScoresApp/AmericanScoresAppRelease.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>aps-environment</key>
<string>unknown</string>
<key>com.apple.developer.applesignin</key>
<array>
<string>Default</string>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ios/AmericanScoresApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.688897090799-99bi882h4pkc3vkksl71mm387lgvd2lp</string>
<string>com.googleusercontent.apps.688897090799-n7llvrfrib6aalpr149vttvbuigs49r5</string>
</array>
</dict>
</array>
Expand Down
130 changes: 91 additions & 39 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ PODS:
- FirebaseAnalytics (~> 8.10.0)
- Firebase/CoreOnly (8.10.0):
- FirebaseCore (= 8.10.0)
- Firebase/InAppMessaging (8.10.0):
- Firebase/CoreOnly
- FirebaseInAppMessaging (~> 8.10.0-beta)
- FirebaseABTesting (8.15.0):
- FirebaseCore (~> 8.0)
- FirebaseAnalytics (8.10.0):
- FirebaseAnalytics/AdIdSupport (= 8.10.0)
- FirebaseCore (~> 8.0)
Expand Down Expand Up @@ -97,6 +102,12 @@ PODS:
- GoogleUtilities/Environment (~> 7.6)
- GoogleUtilities/Logger (~> 7.6)
- nanopb (~> 2.30908.0)
- FirebaseInAppMessaging (8.10.0-beta):
- FirebaseABTesting (~> 8.0)
- FirebaseCore (~> 8.0)
- FirebaseInstallations (~> 8.0)
- GoogleUtilities/Environment (~> 7.6)
- nanopb (~> 2.30908.0)
- FirebaseInstallations (8.10.0):
- FirebaseCore (~> 8.0)
- GoogleUtilities/Environment (~> 7.6)
Expand Down Expand Up @@ -154,6 +165,15 @@ PODS:
- AppAuth/Core (~> 1.4)
- GTMSessionFetcher/Core (~> 1.5)
- GTMSessionFetcher/Core (1.7.0)
- libwebp (1.2.4):
- libwebp/demux (= 1.2.4)
- libwebp/mux (= 1.2.4)
- libwebp/webp (= 1.2.4)
- libwebp/demux (1.2.4):
- libwebp/webp
- libwebp/mux (1.2.4):
- libwebp/demux
- libwebp/webp (1.2.4)
- nanopb (2.30908.0):
- nanopb/decode (= 2.30908.0)
- nanopb/encode (= 2.30908.0)
Expand Down Expand Up @@ -445,6 +465,10 @@ PODS:
- React
- RNDeviceInfo (8.7.1):
- React-Core
- RNFastImage (8.6.3):
- React-Core
- SDWebImage (~> 5.11.1)
- SDWebImageWebPCoder (~> 0.8.4)
- RNFBAnalytics (14.2.1):
- Firebase/Analytics (= 8.10.0)
- React-Core
Expand All @@ -456,6 +480,10 @@ PODS:
- Firebase/Auth (= 8.10.0)
- React-Core
- RNFBApp
- RNFBInAppMessaging (14.2.1):
- Firebase/InAppMessaging (= 8.10.0)
- React-Core
- RNFBApp
- RNGestureHandler (1.10.3):
- React-Core
- RNGoogleSignin (4.0.3):
Expand All @@ -467,6 +495,12 @@ PODS:
- React-Core
- RNSVG (12.1.1):
- React
- SDWebImage (5.11.1):
- SDWebImage/Core (= 5.11.1)
- SDWebImage/Core (5.11.1)
- SDWebImageWebPCoder (0.8.5):
- libwebp (~> 1.0)
- SDWebImage/Core (~> 5.10)
- UMAppLoader (1.2.0)
- UMBarCodeScannerInterface (5.2.1)
- UMCameraInterface (5.2.1)
Expand Down Expand Up @@ -541,9 +575,11 @@ DEPENDENCIES:
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
- "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
- RNDeviceInfo (from `../node_modules/react-native-device-info`)
- RNFastImage (from `../node_modules/react-native-fast-image`)
- "RNFBAnalytics (from `../node_modules/@react-native-firebase/analytics`)"
- "RNFBApp (from `../node_modules/@react-native-firebase/app`)"
- "RNFBAuth (from `../node_modules/@react-native-firebase/auth`)"
- "RNFBInAppMessaging (from `../node_modules/@react-native-firebase/in-app-messaging`)"
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
- "RNGoogleSignin (from `../node_modules/@react-native-community/google-signin`)"
- RNPermissions (from `../node_modules/react-native-permissions`)
Expand All @@ -569,19 +605,24 @@ SPEC REPOS:
- AppAuth
- boost-for-react-native
- Firebase
- FirebaseABTesting
- FirebaseAnalytics
- FirebaseAuth
- FirebaseCore
- FirebaseCoreDiagnostics
- FirebaseInAppMessaging
- FirebaseInstallations
- GoogleAppMeasurement
- GoogleDataTransport
- GoogleSignIn
- GoogleUtilities
- GTMAppAuth
- GTMSessionFetcher
- libwebp
- nanopb
- PromisesObjC
- SDWebImage
- SDWebImageWebPCoder

EXTERNAL SOURCES:
DoubleConversion:
Expand Down Expand Up @@ -688,12 +729,16 @@ EXTERNAL SOURCES:
:path: "../node_modules/@react-native-community/masked-view"
RNDeviceInfo:
:path: "../node_modules/react-native-device-info"
RNFastImage:
:path: "../node_modules/react-native-fast-image"
RNFBAnalytics:
:path: "../node_modules/@react-native-firebase/analytics"
RNFBApp:
:path: "../node_modules/@react-native-firebase/app"
RNFBAuth:
:path: "../node_modules/@react-native-firebase/auth"
RNFBInAppMessaging:
:path: "../node_modules/@react-native-firebase/in-app-messaging"
RNGestureHandler:
:path: "../node_modules/react-native-gesture-handler"
RNGoogleSignin:
Expand Down Expand Up @@ -737,27 +782,29 @@ SPEC CHECKSUMS:
AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
EXAppAuth: 98c853968adeec68008887a0cb475efb2656f196
EXConstants: f486f6b4a36b86e47ab258d4d2b7b2699786fdce
EXErrorRecovery: ff58873bf2714fcd5290935d49b74d9fc589d575
EXFileSystem: 76875135b61708b9afa7e6a89b72a60ba0fdfa20
EXFont: e583875d5d37a9e272d1cdba7f383bd576952919
EXGoogleSignIn: 02f0db1efb39c8e2508832a0175319f0ce08a80f
EXImageLoader: 02ca02c9cd5cc8a97b423207a73a791e0a86bea5
EXKeepAwake: 8b0f68242f036b971f9f8976341823cbe6f50812
EXLinearGradient: fd56f6e9fca133329f190d75bfa28dc57ed7a1dc
EXLocation: e93020e255f52a1cc031e0f45b0a24eb20fc4b55
EXPermissions: 80ac3acbdb145930079810fe5b08c022b3428aa8
EXSplashScreen: 9423d258b71afa5bf128a83dcb57b636d9900a74
EXSQLite: 64611c1b369c0f1e9cae4e551d0aa4478a58cadf
EXUpdates: f3c4943abb6ab28cc55cbeac4ff4612701f82725
EXAppAuth: 854e1fbdd37333eac488ee31de6756ca235eb3f5
EXConstants: 6ec1ea4a13ec734c7e2274bc9e5b7408d73007a1
EXErrorRecovery: a9ef867e1d5479a7c08279be84c5164d38647e08
EXFileSystem: 8d1dc2924d62046275c84d70b88fa3aa7daeb116
EXFont: 5c464ce400b92f87f907d68093c29946177295bf
EXGoogleSignIn: b2dc0637bf4398ed3054d0b5d665f39f89df735d
EXImageLoader: 8366cb1a7d207a241a1bfaa4c5ab4859cf72d507
EXKeepAwake: 1c77f2d31eafaea3410c00957669f306f340b843
EXLinearGradient: 6fb20d168cb48cba32d7a373397b401da98a553f
EXLocation: c50022a5a829bad7a621d42eaecc60e171d8efa7
EXPermissions: b6d7134b7215c33420318c2bbb5d362c20ac9726
EXSplashScreen: 2429477a39b51c9c9433d2480cbae699e6a0374b
EXSQLite: b001ba35deb3001bd6e4b256581a558ae745ef2f
EXUpdates: 8c4570807f9435337769850d9976d63a407cecfc
FBLazyVector: 7b423f9e248eae65987838148c36eec1dbfe0b53
FBReactNativeSpec: 8e03490841e0a12cc3d72294c2eda79572d0b513
FBReactNativeSpec: cf6110d52074c21ae579348e8da97470c590c076
Firebase: 44213362f1dcc52555b935dc925ed35ac55f1b20
FirebaseABTesting: 10cbce8db9985ae2e3847ea44e9947dd18f94e10
FirebaseAnalytics: 319c9b3b1bdd400d60e2f415dff0c5f6959e6760
FirebaseAuth: 59a2d2b933b5b79e18fb1e6ad230c6abdaa73d26
FirebaseCore: 04186597c095da37d90ff9fd3e53bc61a1ff2440
FirebaseCoreDiagnostics: 56fb7216d87e0e6ec2feddefa9d8a392fe8b2c18
FirebaseInAppMessaging: 4cc32b975626b0905f77ed7cb3ebd57612ac5d5c
FirebaseInstallations: 830327b45345ffc859eaa9c17bcd5ae893fd5425
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
GoogleAppMeasurement: a3311dbcf3ea651e5a070fe8559b57c174ada081
Expand All @@ -766,8 +813,9 @@ SPEC CHECKSUMS:
GoogleUtilities: 684ee790a24f73ebb2d1d966e9711c203f2a4237
GTMAppAuth: ad5c2b70b9a8689e1a04033c9369c4915bfcbe89
GTMSessionFetcher: 43748f93435c2aa068b1cbe39655aaf600652e91
libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
Permission-Camera: 5d2aaf95592660b6dcb5e8d1d90ed5d0156cad02
Permission-Camera: 375576c57ea625c88137d2cc52ba6dfeb21db036
PromisesObjC: 68159ce6952d93e17b2dfe273b8c40907db5ba58
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
RCTRequired: ec2ebc96b7bfba3ca5c32740f5a0c6a014a274d2
Expand All @@ -780,12 +828,12 @@ SPEC CHECKSUMS:
React-jsi: 5de8204706bd872b78ea646aee5d2561ca1214b6
React-jsiexecutor: 124e8f99992490d0d13e0649d950d3e1aae06fe9
React-jsinspector: 500a59626037be5b3b3d89c5151bc3baa9abf1a9
react-native-camera: b8cc03e2feec0c04403d0998e37cf519d8fd4c6f
react-native-document-picker: b95a0f0a22fd37d56cea697f84bc3893b2141d15
react-native-image-picker: d39243cb717e7b666b9a602d23c5ed8e131d93a8
react-native-safe-area-context: b11a34881faac509cad5578726c98161ad4d275c
react-native-camera: fefef39fcd20850d17c3780638b04f741e0ccaae
react-native-document-picker: 855e3468ac80f886d46cfc9ed132a4469ecaf817
react-native-image-picker: febf8b5e300bedb47c9157b2b6434dc4f6137ab5
react-native-safe-area-context: c23e140ee9a482e89991798aed110fbffefb2f51
react-native-sms: 31fbb9d6ebb565ad32e409eaf9dc70329936a129
react-native-webview: e89bf2dba26a04cda967814df3ed1be99f291233
react-native-webview: fcadb5d977e7098e14eb3b27d339feae16c549ff
React-perflogger: aad6d4b4a267936b3667260d1f649b6f6069a675
React-RCTActionSheet: fc376be462c9c8d6ad82c0905442fd77f82a9d2a
React-RCTAnimation: ba0a1c3a2738be224a08092fa7f1b444ab77d309
Expand All @@ -799,32 +847,36 @@ SPEC CHECKSUMS:
React-runtimeexecutor: ff951a0c241bfaefc4940a3f1f1a229e7cb32fa6
ReactCommon: bedc99ed4dae329c4fcf128d0c31b9115e5365ca
RNAppleAuthentication: 473b2c076f1a48a537610580a168c1fb6d0a90c6
RNCAsyncStorage: ea6b5c280997b2b32a587793163b1f10e580c4f7
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNDeviceInfo: aad3c663b25752a52bf8fce93f2354001dd185aa
RNCAsyncStorage: 4b6538222ce3f01f61011f512226ba3aaa0dc336
RNCMaskedView: f127cd9652acfa31b91dcff613e07ba18b774db6
RNDeviceInfo: af47a7d1a09d64c8cbb8b0c883db9bca422a9813
RNFastImage: 5c9c9fed9c076e521b3f509fe79e790418a544e8
RNFBAnalytics: c2bc124906b6719c9d3e407f06f9222a15638edc
RNFBApp: 4f490a1e02e41721c55b354019f39f2323d72f82
RNFBAuth: 8a2d139824431757f1a6b71a8d086cb104e56a0d
RNFBInAppMessaging: e91fef7572760528733911362a4da9fe716dbb9f
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNGoogleSignin: ccf71ee4b6cfd324fd788a41e457e2043838c0d9
RNPermissions: 5df468064df661a4c8c017e2791ce90d7695eea5
RNPermissions: 067727df624665d4a6c8e2cffcc172ba608b96ed
RNScreens: f7ad633b2e0190b77b6a7aab7f914fad6f198d8d
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
UMAppLoader: 61049c8d55590b74e9ae1d5429bf68d96b4a2528
UMBarCodeScannerInterface: e5e4c87797d3d01214e25cd1618866caf5d4f17f
UMCameraInterface: 415ac060034edecacdbbaa739c223e3f276e0056
UMConstantsInterface: 1a52f2d884c95e8829439da13e36b7669a1a8fb4
UMCore: d98083b522b08c0a8ba3992bc263c624ae5d887c
UMFaceDetectorInterface: 67c6c82451338da01a4bc00ec46365a2a8ea9057
UMFileSystemInterface: 303d696ede28102a7e11d111808bd2ed2c5eb62f
UMFontInterface: 6edf1ee8bc55d2030766f8cf0a7b20a5d5a913b0
UMImageLoaderInterface: 9cdbf3bab6a513bddd88505cb2340fe02d6a11c0
UMPermissionsInterface: 019170ad655f464e3f8d23d2a8bcbda2e645cde4
UMReactNativeAdapter: 538efe92e781b5d7678cf95b34c46f2d0989a557
UMSensorsInterface: cb5bf31d52c4349f0ff9e3c049bbe4df0d80d383
UMTaskManagerInterface: 80653f25c55d9e6d79d6a0a65589fa213feaee11
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
UMAppLoader: 98b77b58fac12abab963f79f762ceef008c50505
UMBarCodeScannerInterface: e1299aafa3bede8ba674e84199e9f319a0195cad
UMCameraInterface: 68da359d6fe7423d7b114b96ea0df268a84da39f
UMConstantsInterface: 2569e83b7f70a0844737e1f6c2dfd1bc0c8a34d6
UMCore: ef0c10289950b51d0c1dae75c37fba116f2327ac
UMFaceDetectorInterface: b0f3be22a524053f29d71c50bfdf51dc9553f7aa
UMFileSystemInterface: 29a555288008c9fa9be7d781c84f58ef51d41de6
UMFontInterface: 5ece8ea0e3c5753a87a558dcd7e79dcf38a6cab6
UMImageLoaderInterface: c440e3cd54c060cb2f9a278a923e28c6fe0ec116
UMPermissionsInterface: d6be0aea537754c92648e3d7100c58dd72c01142
UMReactNativeAdapter: 5973dd1e4374cd1db4549b6bc714ccbbde9615c0
UMSensorsInterface: 7bc27058e00af99695e16f74c092582698be964d
UMTaskManagerInterface: 8b337c26b828b3e50d26776966981f4cb2ee76e4
Yoga: a7de31c64fe738607e7a3803e3f591a4b1df7393

PODFILE CHECKSUM: c9598614e3419952d951dcb4bb765b90dca1c664

COCOAPODS: 1.11.3
COCOAPODS: 1.12.1
2 changes: 1 addition & 1 deletion src/Activities.Screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ class ActivitiesScreen extends Component {
<OverflowMenu
anchor={renderToggleButton}
backdropStyle={styles.backdrop}
style={{width:'69%', height: 170}}
style={{width:'69%', height: 172}}
visible={this.state.visibleMenu}
placement='left end'
onBackdropPress={() => this.setState({visibleMenu:false})}>
Expand Down

0 comments on commit 7a1e5b3

Please sign in to comment.