Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-native 0.69 support: need to update @react-native-community/blur #20

Closed
ryanliljestrom opened this issue Sep 2, 2022 · 3 comments · Fixed by #21
Closed

react-native 0.69 support: need to update @react-native-community/blur #20

ryanliljestrom opened this issue Sep 2, 2022 · 3 comments · Fixed by #21
Labels
enhancement New feature or request

Comments

@ryanliljestrom
Copy link

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]

Describe the solution you'd like

The version of @react-native-community/blur needs to be updated. The 4.0.0 release notes mentions a fix for this issue: https://github.com/Kureev/react-native-blur/releases/tag/v4.0.0

@hayate
Copy link

hayate commented Oct 26, 2022

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'.

@claudiozam
Copy link

@alessiocancian
Copy link
Owner

Sorry for the delay, fixed in v3.1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants