react-native-selectablesectionlistview icon indicating copy to clipboard operation
react-native-selectablesectionlistview copied to clipboard

Cannot read property 'oneOfType'

Open emmaB93 opened this issue 7 years ago • 1 comments

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)

emmaB93 avatar Feb 06 '18 10:02 emmaB93

Maybe you can try use

import React, {
  Component,
  // PropTypes
} from 'react';
import PropTypes from 'prop-types';

replace

import React, {
  Component,
  PropTypes
} from 'react';

finnif avatar Mar 14 '18 09:03 finnif