After upgrading our project from Expo SDK 53 to SDK 54, we've encountered a critical issue with the Actionsheet component from the @gluestack-ui/themed library.
Current Behavior:
The Actionsheet component does not open immediately when its onOpen() trigger is called (e.g., via a button press). There is no visual feedback. However, the Actionsheet appears instantly as soon as any other state updates in the application, forcing a re-render.