diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 5a712aae7..8c6909316 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -874,7 +874,7 @@ SPEC CHECKSUMS: FBLazyVector: f1897022b53abf1469d6ad692ee2c69f57d967f3 FBReactNativeSpec: 627fd07f1b9d498c9fa572e76d7f1a6b1ee9a444 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b + glog: 791fe035093b84822da7f0870421a25839ca7870 helium-react-native-sdk: 17b612b2dacebc8f10c18ba5611f200a81c940f9 hermes-engine: 0784cadad14b011580615c496f77e0ae112eed75 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 @@ -886,7 +886,7 @@ SPEC CHECKSUMS: MapboxMobileEvents: de50b3a4de180dd129c326e09cd12c8adaaa46d6 MultiplatformBleAdapter: 5a6a897b006764392f9cef785e4360f54fb9477d OneSignalXCFramework: 81ceac017a290f23793443323090cfbe888f74ea - RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 + RCT-Folly: 85766c3226c7ec638f05ad7cb3cf6a268d6c4241 RCTRequired: bd6045fbd511da5efe6db89eecb21e4e36bd7cbf RCTTypeSafety: c06d9f906faa69dd1c88223204c3a24767725fd8 React: b9ea33557ef1372af247f95d110fbdea114ed3b2 @@ -957,4 +957,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 5b4d3c6d9c5a303c84f0b5427958ba4a25671e76 -COCOAPODS: 1.12.1 +COCOAPODS: 1.11.3 diff --git a/src/components/RevealWords.tsx b/src/components/RevealWords.tsx index 59a594c55..44900ec38 100644 --- a/src/components/RevealWords.tsx +++ b/src/components/RevealWords.tsx @@ -121,6 +121,7 @@ const RevealWords = ({ mnemonic, onDone, ListHeaderComponent }: Props) => { {/* @ts-ignore */} { renderItem={renderItem} contentContainerStyle={contentContainerStyle} scrollEnabled + removeClippedSubviews={false} /> )