We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720048e commit d5c3b40Copy full SHA for d5c3b40
android/src/main/java/com/swmansion/rnscreens/ScreenStack.kt
@@ -336,6 +336,7 @@ class ScreenStack(context: Context?) : ScreenContainer(context) {
336
fragmentWrapper.screen.stackPresentation === Screen.StackPresentation.TRANSPARENT_MODAL
337
338
private fun needsDrawReordering(fragmentWrapper: ScreenFragmentWrapper): Boolean =
339
+ // On Android sdk 33 and above the animation is different and requires draw reordering.
340
Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU ||
341
fragmentWrapper.screen.stackAnimation === StackAnimation.SLIDE_FROM_BOTTOM ||
342
fragmentWrapper.screen.stackAnimation === StackAnimation.FADE_FROM_BOTTOM ||
0 commit comments