RealOrangeOne / react-native-mock

A fully mocked and test-friendly version of react native (maintainers wanted)
MIT License
570 stars 153 forks source link

View.PropTypes is depricated but still used here. #159

Open ViRu-ThE-ViRuS opened 6 years ago

ViRu-ThE-ViRuS commented 6 years ago

Change all View.PropTypes to ViewPropTypes and add import {ViewPropTypes} from 'react-native';

Release builds fail due to this.

chawax commented 6 years ago

+1

jgreen210 commented 5 years ago

https://github.com/RealOrangeOne/react-native-mock/pull/158 looks like it's aiming to fix this, amongst other things.