Invariant Violation: ViewPropTypes has been removed from React Native
  • 4 months ago
#reactnative #viewpropstypesremove #reactnativetutorial
How to fix this error

https://manirulislamcse.blogspot.com/2022/10/invariant-violation-viewproptypes-has.html

First go to your project directory and go to the node module and file react-native folder then you can see the index.js file.

Open this file.

And go to the line 436

And replace this code
Recommended