We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm getting the following error with "react-native": "0.52.2" & "react": "16.2.0":
"Cannot read property 'oneOfType' of undefined (SectionHeader.js:32:8)
The text was updated successfully, but these errors were encountered:
Maybe you can try use
import React, { Component, // PropTypes } from 'react'; import PropTypes from 'prop-types';
replace
import React, { Component, PropTypes } from 'react';
Sorry, something went wrong.
No branches or pull requests
Hi, I'm getting the following error with "react-native": "0.52.2" & "react": "16.2.0":
"Cannot read property 'oneOfType' of undefined (SectionHeader.js:32:8)
The text was updated successfully, but these errors were encountered: