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
We see an odd bug when trying to get our app ready for an Android release. We are using BottomSheetModal and we have a useEffect to open the sheet when the app first loads. This technique works fine when on iOS but when we are on Android, they do not present. This happens in Expo Go as well as a release build. Our app is 100% open source and can be downloaded at: https://github.com/Maroon-Rides/MaroonRides. This issue also appears when trying to trigger a sheet open with a button, the sheet simply does not show and no errors are printed in console.
Bug
We see an odd bug when trying to get our app ready for an Android release. We are using BottomSheetModal and we have a useEffect to open the sheet when the app first loads. This technique works fine when on iOS but when we are on Android, they do not present. This happens in Expo Go as well as a release build. Our app is 100% open source and can be downloaded at: https://github.com/Maroon-Rides/MaroonRides. This issue also appears when trying to trigger a sheet open with a button, the sheet simply does not show and no errors are printed in console.
Here's some photos of expected vs actual behavior
Expected:
Actual:
Environment info
Steps To Reproduce
Describe what you expected to happen:
Reproducible sample code
https://github.com/Maroon-Rides/MaroonRides
The text was updated successfully, but these errors were encountered: