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
Just a general question since I cant seem to find any discussions here.
From the demo app and from the implementation, the sheet seems be be very slow in opening. I mean once you press the button, I expect the sheet to open asap, but it has really long delay. Like in this example https://snack.expo.dev/@ammarahmed/github.com-ammarahm-ed-react-native-actions-sheet:expo-example any button press will launch the sheet after 1s or so. Which is super slow. I have tested various other libraries and this seems to be the slowest of them all.
Is there any configuration we can add to make sure its opening as fast as we trigger it without turning off the animation ofc? Is there an intentional delay added?
Also my app has custom navigation bar color and seems like this sheet is overriding it and setting it to white every time I open. That has to be configurable I suppose but cant fund it how in the docs.
The text was updated successfully, but these errors were encountered:
Just a general question since I cant seem to find any discussions here.
From the demo app and from the implementation, the sheet seems be be very slow in opening. I mean once you press the button, I expect the sheet to open asap, but it has really long delay. Like in this example https://snack.expo.dev/@ammarahmed/github.com-ammarahm-ed-react-native-actions-sheet:expo-example any button press will launch the sheet after 1s or so. Which is super slow. I have tested various other libraries and this seems to be the slowest of them all.
Is there any configuration we can add to make sure its opening as fast as we trigger it without turning off the animation ofc? Is there an intentional delay added?
Also my app has custom navigation bar color and seems like this sheet is overriding it and setting it to white every time I open. That has to be configurable I suppose but cant fund it how in the docs.
The text was updated successfully, but these errors were encountered: