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

can't run in react native v.0.69 and react v.18.0.0

Open denialfarizi1 opened this issue 3 years ago • 1 comments

why i'm install in react native v.0.69 and react v.18.0.0 can't run ? which threw an exception: Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.

denialfarizi1 avatar Aug 12 '22 04:08 denialfarizi1

why i'm install in react native v.0.69 and react v.18.0.0 can't run ? which threw an exception: Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.

Try upgrading your project to React Native 0.71, this version has restored the deprecated feature ViewPropTypes therefore it'll work again.

thanhtunguet avatar Feb 06 '23 08:02 thanhtunguet