New architecture issues RN 0.69.* (overlay and margin bottom)
kirill268 opened this issue · 5 comments
kirill268 commented
Describe the bug
After migration to the new architecture I've noticed several bugs:
- the overlay covers the modal content
- 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
cospin commented
Same issue here, Any workarounds?
maxs1m commented
Same problem. RN 0.70.1, newArch
alihamza1729 commented
facing same issue, my dependencies are:
"react-native-modalize": "^2.1.1",
"react-native": "^0.71.1",
yogieeka commented
i solve with change this code in gradle.properties
newArchEnabled=false
misterbo271 commented
@yogieeka but I want to use New Arch