nes123
nes123
Did you have an enabled submit button in the internal testing? for some reason it is always disabled in my case, even after rating and writing the required review.
Is it correct that if we get success in the response the popup opened? if so in our case we see 100% success.
@egunsoma too early to say.
It does not work, we tested it on a large scale production product.
My impression is that it was fixed yesterday (server-side if it makes sense?!)
same issue with IOS only
As a work around, do the following change in the index.js: useNativeDriver: true => useNativeDriver: false I hope it helps
this should be the fix: ------------- import React from 'react'; import PropTypes from 'prop-types'; import { View, StyleSheet, PanResponder, Animated, TouchableWithoutFeedback, Dimensions, Easing, BackHandler, Platform, Modal, Keyboard } from 'react-native';...
same problem when we have nested modals. Pressing the back button closes all of them after one press instead of closing one by one with multiple pressings
Same issue but just on Android