You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am practicing React native Reanimated and trying to understand how it works. I am trying to make custom React native bottom sheet like this React-native-bottom-sheet. For Animation I have used react-native-reanimated package. I follow this tutorial to create custom bottom sheet. I modified the code little bit. I passed react native children inside the bottom sheet. Then I import in the parent component.
I fetched one data from open api. And inside the bottom sheet i used React native FlatList and render the data. The problem is The flat-list does not scroll inside the bottom sheet. With IOS Simulator and Android Emulator behave totally different
And I don't know how to fix this issue.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am practicing React native Reanimated and trying to understand how it works. I am trying to make custom React native bottom sheet like this React-native-bottom-sheet. For Animation I have used react-native-reanimated package. I follow this tutorial to create custom bottom sheet. I modified the code little bit. I passed react native children inside the bottom sheet. Then I import in the parent component.
I fetched one data from open api. And inside the bottom sheet i used React native
FlatList
and render the data. The problem is The flat-list does not scroll inside the bottom sheet. With IOS Simulator and Android Emulator behave totally differentAnd I don't know how to fix this issue.
I share my code in Expo-snacks
This is the custom Animated bottom sheet
This is the parent component I am importing the Bottom sheet
Ps: The code is bit messy. I am shifting my styleSheet to styled-component
Beta Was this translation helpful? Give feedback.
All reactions