-
Notifications
You must be signed in to change notification settings - Fork 29
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
OWF: ViewPropTypes error on Android and iOS #575
Comments
alexfigtree
changed the title
LCW: ViewPropTypes error on Android and iOS
OWF: ViewPropTypes error on Android and iOS
Mar 6, 2024
PropTypes error can be resolved by upgrading RN, currently on a spike to see how feasible this is |
@dmitrizagidulin Suggests timeboxing and spinning off this issue as part of a large RN upgrade ticket, should continue OWF handover without addressing this issue for now. |
@dmitrizagidulin Says there is a fix out there for us to look at |
Merged
May be addressed by PR #636 |
@alexfigtree - we may be able to close this one |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
ERROR ViewPropTypes will be removed from React Native, along with all other PropTypes. We recommend that you migrate away from PropTypes and switch to a type system like TypeScript. If you need to continue using ViewPropTypes, migrate to the 'deprecated-react-native-prop-types'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No errors
Screenshots
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: