deavial/react-native-dialogbox

Getting warning about misspell propTypes property

laurent22 opened this issue · 0 comments

I've recently upgraded to React Native 0.53 and react-native-dialogbox 0.6.8 and I'm getting the following warning:

Warning: Component DialogBox declared `PropTypes`
instead of `propTypes`. Did you misspell the property assignment?

Not sure if this is something I need to fix on my side or an issue with react-native-dialogbox?

It doesn't seem to cause an issue with the app as the dialogs still open though.