react-native-mock
react-native-mock copied to clipboard
View.PropTypes is depricated but still used here.
Change all View.PropTypes
to ViewPropTypes
and add import {ViewPropTypes} from 'react-native';
Release builds fail due to this.
+1
https://github.com/RealOrangeOne/react-native-mock/pull/158 looks like it's aiming to fix this, amongst other things.