Closed
Description
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS, Android
What happened?
The current issue reproduction template has a few problems:
- If I run it in the iOS / Android tab ("Powered by appetize"), I can't click on the "Open sheet" button. Nothing happens when clicking on it, neither on iOS nor on Android. Web works fine.
- Complains
package.json (4:5) '@gorhom/bottom-sheet' requires peer-dependency '@types/react-native'.
- If I add this dependency, it complains about
package.json (7:5) Failed to resolve dependency '@types/react-native@*' (Can't resolve '' in '/tmp/snackager/snackager/buildStatus/1/@types~react-native@0.73.0-ios,android,web/react-native')
. - It is still in Expo 51. If I want to run the Snack on my device, I have to update it to Expo 52.
- After having updated the dependency and switched to Expo 52, I can run it on my own iOS device (Expo Go), but the button does not work too.
Reproduction steps
- Run the issue reproduction template.
Reproduction sample
https://snack.expo.dev/@gorhom/bottom-sheet---issue-reproduction-template