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
The bottom modal lib used right now is https://github.com/jeremybarbet/react-native-modalize, but it does not use reanimated, so it lags. For nested <SectionList /> component inside the modal, on some device, the modal does not scroll.
The bottom modal lib used right now is https://github.com/jeremybarbet/react-native-modalize, but it does not use reanimated, so it lags. For nested
<SectionList />
component inside the modal, on some device, the modal does not scroll.The following lib is actively maintained and uses reanimated, which should fix all of the problems https://github.com/gorhom/react-native-bottom-sheet, https://gorhom.github.io/react-native-bottom-sheet/modal
The text was updated successfully, but these errors were encountered: