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
When we set windowTranslucentNavigation = true in android/app/src/main/res/values/styles.xml the last option on the action sheet is unavailable. When we set to false, it's OK as you can see at the bottom of the 2 following screens :
I noticed the same issue on Android, except, in my case, windowTranslucentNavigation is not set at all in the app, and yet it still occurs. I'm still looking into what the issue may be, but I just dropped in to see if anyone else was experiencing it, or had a working solution.
The solution I came up with was just to add a marginBottom using a bottom safe area inset returned from react-native-safe-area-context and applied it in the action sheet options.
When we set windowTranslucentNavigation = true in android/app/src/main/res/values/styles.xml the last option on the action sheet is unavailable. When we set to false, it's OK as you can see at the bottom of the 2 following screens :
windowTranslucentNavigation = false
windowTranslucentNavigation = true
React Native version = 0.72.4
@expo/react-native-action-sheet version = 4.0.1
android/app/build.gradle
android/app/src/main/res/values.styles.xml
The text was updated successfully, but these errors were encountered: