maxs15 / react-native-modalbox

A <Modal/> component for react-native
MIT License
2.9k stars 506 forks source link

After updating RN to 0.60.5 I need to tap twice in buttons #283

Closed ramonscampos closed 5 years ago

ramonscampos commented 5 years ago

After updating RN to v0.60.5 I need to tap twice in the TouchableHighlights to fire onPress methods (Same as scrollview without keyboardShoulPersistTaps prop).

Some idea of how to solve that?