rishabhbhatia / react-native-awesome-alerts

Awesome alerts for React Native, works with iOS and Android.
MIT License
525 stars 71 forks source link

closeOnHardwareBackPress value false not working #71

Closed raihan-talukder closed 4 years ago

raihan-talukder commented 4 years ago

<AwesomeAlert show={true} useNativeDriver={true} showProgress={false} title="Error!" message="Invalid Username or Password!" closeOnTouchOutside={false} closeOnHardwareBackPress={false} showCancelButton={false} showConfirmButton={true} cancelText="No, cancel" confirmText="OK" confirmButtonColor="#DD6B55" confirmButtonStyle={{minWidth: 60, justifyContent: 'center'}} confirmButtonTextStyle={{ textAlign: "center"}} />

rishabhbhatia commented 4 years ago

@raihan-talukder New release v1.4.0 is out with the fix, try it out.