react-native-side-menu
react-native-side-menu copied to clipboard
undefined is not an object (evaluating 'React.PropTypes.number')
After updating to react-native 52 I get the following error:
undefined is not an object (evaluating 'React.PropTypes.number')
My dependencies are:
"dependencies": { "prop-types": "^15.6.0", "react": "16.2.0", "react-native": "0.52.0", "react-native-side-menu": "1.1.3", },
Have this same issue, any solutions?
@ahilles107 I don't think native-side-menu is compatible with the latest version of react-native due to the prop-types update