Closed
Description
Description
In process of installing @gorhom/bottom-sheet package, I was installing the gesture-handler package. I followed all the steps of installation which included adding import statements (import 'react-native-gesture-handler') to both App.tsx and index.js. In app.tsx, GestureHandlerRootView wraps the contents. The code breaks even when I comment out the @gorhom/bottom-sheet package and components.
Of course in debugging this whole debacle,
- Deleted the pod files, podfile.lock, and node_modules folder.
- Pod install and npm install in respective folders
- Clean build folder in xcode
- Deleted DerivedData
- Rebuild
Since this is very similar to #2749, I've tried all the solutions there. Nothing has worked.
Steps to reproduce
- Install @gorhom/bottom-sheet, react-native-reanimated, react-native-gesture-handler
- Finish installation steps for all three packages
Snack or a link to a repository
https://github.com/lynajiang/Project-Lemon-Issue-Code.git
Gesture Handler version
2.16.0
React Native version
0.73.6
Platforms
iOS
JavaScript runtime
None
Workflow
React Native (without Expo)
Architecture
Paper (Old Architecture)
Build type
None
Device
Real device
Device model
iPhone 14 Pro iOS 17.4
Acknowledgements
Yes