-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Build or config issueThis issue is likely related to the reporter's specific project configThis issue is likely related to the reporter's specific project configPlatform: AndroidThis issue is specific to AndroidThis issue is specific to AndroidPlatform: iOSThis issue is specific to iOSThis issue is specific to iOSRepro providedA reproduction with a snack or repo is providedA reproduction with a snack or repo is provided
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
anucreative, behitesh, shahjahanpak, cjbanna, tcK1 and 4 more
Metadata
Metadata
Assignees
Labels
Build or config issueThis issue is likely related to the reporter's specific project configThis issue is likely related to the reporter's specific project configPlatform: AndroidThis issue is specific to AndroidThis issue is specific to AndroidPlatform: iOSThis issue is specific to iOSThis issue is specific to iOSRepro providedA reproduction with a snack or repo is providedA reproduction with a snack or repo is provided