You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently running our [email protected] app, we get console warnings like:
ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'
at Object.ViewPropTypes (node_modules/react-native/index.js:470:13)
at Object.<anonymous> (node_modules/@react-native-community/blur/src/BlurView.ios.js:28:7)
at Object.<anonymous> (node_modules/@react-native-community/blur/index.js:1:1)
ViewPropTypes is currently deprecated, and is completely removed in [email protected]
Confirming that when running [email protected], the above turned into errors:
Error: Requiring module "node_modules/@alessiocancian/react-native-actionsheet/lib/index.js",
which threw an exception: Invariant Violation: ViewPropTypes has been removed from React Native.
Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.
Is your feature request related to a problem? Please describe.
Currently running our [email protected] app, we get console warnings like:
ViewPropTypes
is currently deprecated, and is completely removed in [email protected]Describe the solution you'd like
The version of
@react-native-community/blur
needs to be updated. The4.0.0
release notes mentions a fix for this issue: https://github.com/Kureev/react-native-blur/releases/tag/v4.0.0The text was updated successfully, but these errors were encountered: