Android Modal freeze, buttons and touch outside won't work
Modal won't work in debug and release mode in real device tested on A30, A50, Google Pixel, in simulator it works perfect Version : "react-native-modals": "^0.19.9" RN : 0.61.4
Solution is to use: "react-native-popup-dialog": "0.17.0", works perfect...
I have the same issue!
same issue in Galaxy s8
Solution: "0.18.3", work normal
The same for me, on Samsung A50.
me too.
I've submitted a pr with fix for this issue. Before it is merged, you can fix it like this
"react-native-modals": "https://github.com/serhiipalash/react-native-modals"
Is there any update on this issue being resolved on this package?
The same for me, on Samsung S8.
@serhiipalash your fix is not working in samsung S8
Having the same issue . @serhiipalash doesn't work always in Samsung S8. Looks like left button works better than right button with a 2 buttons modal. I haven't tried downgrading the version of the plugin yet.
Hello, @carlaares I am facing the same issue with react-native 0.64 and react-native-modals ^0.22.3. Did you were able to solve it?