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
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.
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/@[email protected],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.
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS, Android
What happened?
The current issue reproduction template has a few problems:
package.json (4:5) '@gorhom/bottom-sheet' requires peer-dependency '@types/react-native'.
package.json (7:5) Failed to resolve dependency '@types/react-native@*' (Can't resolve '' in '/tmp/snackager/snackager/buildStatus/1/@[email protected],android,web/react-native')
.Reproduction steps
Reproduction sample
https://snack.expo.dev/@gorhom/bottom-sheet---issue-reproduction-template
Relevant log output
The text was updated successfully, but these errors were encountered: