react-native-selectablesectionlistview
react-native-selectablesectionlistview copied to clipboard
Cannot read property 'oneOfType'
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)
Maybe you can try use
import React, {
Component,
// PropTypes
} from 'react';
import PropTypes from 'prop-types';
replace
import React, {
Component,
PropTypes
} from 'react';