-
Notifications
You must be signed in to change notification settings - Fork 516
ViewPropTypes has been removed from React Native #384
Comments
This issue is caused by react-native-camera . |
Yes, I got this issue and temporarily followed this fix suggested in react-native-camera issues bucket Works smooth now |
Hi you need to use https://github.com/mrousavy/react-native-vision-camera beacuse react-native-camera/react-native-camera#3423 is deprecated. please update your repo to use react-native-vision-camera |
We updated to react-native 0.69.4 and now our app wont start because |
How can I use this library with react native vision camera |
Any news about this? Using a non maintained package is not possible ;) |
我也有同样问题 如何手动修改不可维护包 是不是不太科学 |
You can use the deprecated-react-native-prop-types with Had to do some hacking in node_modules/react-native-camera/src/RNCamera.js:
I know it's not the clean/right/correct/recommended way to fix this, But if you need a quick solution, this may help. |
|
Any plans on migrating this cool library to React Native Vision Camera? We've updated React Native and now the app crashes because of the deprecation. |
What's happening?
How can it be reproduced?
Build details?
The text was updated successfully, but these errors were encountered: