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 de10cf2 commit 3884181Copy full SHA for 3884181
android/src/oldarch/RNTModalViewManagerSpec.kt
@@ -41,8 +41,6 @@ abstract class RNTModalViewManagerSpec<T : ViewGroup> : ViewGroupManager<T>() {
41
super.onAfterUpdateTransaction(view)
42
43
if (view is RNTModalView) {
44
- view.isShadowViewSizeSet = true
45
-
46
view.onSizeComputedListener = OnSizeComputedListener { widthPx, heightPx ->
47
setViewSize(view.reactContext, view.id, widthPx, heightPx)
48
}
0 commit comments