react-native-youtube icon indicating copy to clipboard operation
react-native-youtube copied to clipboard

Fix ViewPropTypes deprecation error

Open netzwerg opened this issue 2 years ago • 1 comments

Using react-native-youtube v2.0.2 with RN v0.69 leads to the following error:

ERROR Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'

This PR fixes the import statements as suggested.

netzwerg avatar Jun 26 '22 10:06 netzwerg

@davidohayon669 Please merge it.

oxilor avatar Jul 13 '22 12:07 oxilor

Thank you @netzwerg for you PR!

zabojad avatar Jul 19 '23 09:07 zabojad