This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 365
Cannot read property 'oneOf' of undefined in 0.3.7 in React Native #173
Comments
I also got same issue. unable to find PropTypes in react lib. |
I have the same error. |
Remove import {PropTypes} from 'react-native' and place import PropTypes from 'prop-types'. Do it manually |
Error is still there. |
Also getting this error |
I am also getting this error, any work around? |
we can't do manually in so many files it's like stupidity. is there way to resolve this |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried bringing your Toolbar component into a React Native 0.49.5 project, and brought in your other files needed to remove error messages. I traced the error in the title to a cryptic node module, and I never explicitly use oneOf.
The text was updated successfully, but these errors were encountered: