deavial / react-native-dialogbox

Dialog boxes for React Native (forked from react-native-popup)
Other
48 stars 21 forks source link

Works fine in React Native 0.57 #66

Closed laurent22 closed 6 years ago

laurent22 commented 6 years ago

The module works fine in RN 0.57 so, as a suggestion, I've removed the upper check for RN version. Basically instead of assuming it will break in future version, we assume it will work and that way we don't have to update package.json. If it breaks any way we can probably easily fix the module since there's no native code.

deavial commented 6 years ago

Thanks @laurent22, I have been swamped and haven't had any time to work on things. I will publish asap.

deavial commented 6 years ago

references #65

laurent22 commented 6 years ago

Thanks @victoriafrench!