jeremybarbet/react-native-modalize

New architecture issues RN 0.69.* (overlay and margin bottom)

kirill268 opened this issue · 5 comments

Describe the bug
After migration to the new architecture I've noticed several bugs:

  1. the overlay covers the modal content
  2. when the modal is open, there is a margin at the bottom

Reproduce
Download the branch and try opening the modal as shown in the description

Dependencies:

  • react-native-modalize ^2.1.1
  • react-native 0.69.4
  • react-native-gesture-handler ^2.5.0

Same issue here, Any workarounds?

Same problem. RN 0.70.1, newArch

facing same issue, my dependencies are:

"react-native-modalize": "^2.1.1",
"react-native": "^0.71.1",

i solve with change this code in gradle.properties

newArchEnabled=false

@yogieeka but I want to use New Arch