Simon Farshid
Simon Farshid
This also affects us, we downgraded to 1.1.5, which is the highest working version. Similar issue: https://github.com/expo/expo/issues/15989#issuecomment-1019095115
I can reproduce this error with the following config: Heroku 7.33.3 Node 10.16.3 LTS Intel i7-1065G7 Windows 10 Home 1903 Build 18362.356 XPS 13 2 in 1 7390
## Update: Different similar issue but on Android I was also having this exact problem, my `BottomSheetModal`s and `BottomSheetScrollView`s were not responding to touch events on Android. # Root Cause...
@Lurtt do you have a `GestureHandlerRootView` around your app's entry point? **If no:** Follow these instructions to add a `GestureHandlerRootView`: https://docs.swmansion.com/react-native-gesture-handler/docs/#js **If yes:** I cannot reproduce the issue you're having,...
The [example in the docs](https://gorhom.github.io/react-native-bottom-sheet/components/bottomsheetscrollview/#example) does not use a `GestureHandlerRootView`. You **need** a `GestureHandlerRootView` to make scrolling work.
It works for me. I copied the example in the docs, had to fix a react issue, added GestureHandlerRootView, and ran it on my phone running Android 11 on Expo...
Ah, iOS. I can reproduce the issue now! Interestingly enough, it doesn't happen on my ejected expo 44 project... I'll take a closer look at it later today 😊 In...
The native libraries require use_frameworks which is incompatible with React Native (Flipper, New Architecture/Fabric). I use the JS library for that reason. This library already supports React Native for firebase/auth,...
My EAS builds work just fine despite the warning
@brascene would it be possible to address this issue by updating the npm project?