react-native-root-toast icon indicating copy to clipboard operation
react-native-root-toast copied to clipboard

ViewPropTypes warnings

Open nataly87s opened this issue 3 years ago • 1 comments

Hi, after installing this package (v3.3.0) in my RN project (v0.68.1), i seem to be getting this warning:

ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'

nataly87s avatar May 09 '22 21:05 nataly87s

Until the PR is merged you can install from my repo:

npm i https://github.com/mmomtchev/react-native-root-toast#deprected-prop-types

mmomtchev avatar May 14 '22 12:05 mmomtchev