Angel Azcarraga

Results 3 comments of Angel Azcarraga

I'm also seeing this issue. The typing is incorrect for `ShareMenuReactView`. It's currently typed as follows: ``` typescript interface ShareMenuReactView { dismissExtension(error?: string): void; openApp(): void; continueInApp(extraData?: object): void; data():...

> For one html string, I waited 10 hours. Finally found out that the problem is just in 'microformat'. After skipping that format, it takes just 1 second. Super helpful...

Try adding `contentContainerStyle={{ flexGrow: 1 }}` to the ScrollView: ``` {/* START FIX */} {/* END FIX */} Hello ``` Here's the modified snack above showing it working: https://snack.expo.dev/@aazcarraga/react-native-tab-view-nested-in-scroll-view I...