react-native-modals icon indicating copy to clipboard operation
react-native-modals copied to clipboard

Android Modal freeze, buttons and touch outside won't work

Open AlishahSolanki opened this issue 6 years ago • 9 comments

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...

AlishahSolanki avatar Dec 12 '19 05:12 AlishahSolanki

I have the same issue!

mwlalata avatar Dec 13 '19 07:12 mwlalata

same issue in Galaxy s8

Solution: "0.18.3", work normal

ddthuan87 avatar Dec 20 '19 06:12 ddthuan87

The same for me, on Samsung A50.

paulorodriguesxv avatar Dec 20 '19 19:12 paulorodriguesxv

me too.

xclidongbo avatar Dec 26 '19 01:12 xclidongbo

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"

serhiipalash avatar Dec 29 '19 17:12 serhiipalash

Is there any update on this issue being resolved on this package?

JavanHuang avatar Feb 06 '20 03:02 JavanHuang

The same for me, on Samsung S8.

@serhiipalash your fix is not working in samsung S8

claudiozam avatar Mar 24 '20 01:03 claudiozam

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.

carlaares avatar Mar 30 '20 02:03 carlaares

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?

jonra1993 avatar Mar 31 '21 22:03 jonra1993