Skip to content

If you have two action sheets controlled by one ref per each, it will not open the second sheet on IOS in v10 #486

@code-504

Description

@code-504

Description

There is a bug on IOS if you try to open a second bottom sheet and close the first one. On android it works correctly, but on IOS the first bottom sheet will close and the second action sheet will not display and it will block the UI.

Video

Android:

android_video.mp4

IOS:

ios_video.mp4

How to reproduce it

  • First, you have to create a screen with two ActionSheets and one ref per each.
  • Add button in the first ActionSheet that opens the second ActionSheet.
  • Run the project on an IOS device
  • Open the first ActionSheet
  • Press the button inside the ActionSheet

Library versions

{
    "react-native-actions-sheet": "^10.1.1",
    "react-native-reanimated": "~4.1.0",
    "react-native-gesture-handler": "~2.28.0",
    "react-native-safe-area-context": "^5.6.1"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions