expo / expo/react-native-action-sheet
Triggering a second sheet from a selection option no longer works in Android
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 223
- PR merge metrics
- No merged PRs in 30d
Description
I updated from 3.14.0 to 4.1.1 recently and noticed that I lost the ability to trigger a second sheet when an option is selected. As an example, this is useful to show a confirmation before deleting.
[Minimum reproducible example](https://snack.expo.dev/@jcarpenter1/expo-rn-action-sheet)
The provided example work as expected for either button pressed on iOS. On Android, it won't work without waiting for the sheet to close before triggering the second to open, as shown by the second button in the example.
I've seen this behavior on both the Snacks' Android/web devices using Expo 53, as well as my own project using Expo 53, an Android emulator on Android 15 (SDK 35), as well as both Android 15 and 13 on physical Android devices.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.