react-native-segmented-view icon indicating copy to clipboard operation
react-native-segmented-view copied to clipboard

undefined is not an object (evaluating 'PropTypes.number')

Open jpdesignerrio opened this issue 7 years ago • 1 comments
trafficstars

\node_modules\react-native-segmented-view\lib\SegmentedView.js:53:28 \node_modules\react-native-segmented-view\lib\index.js:1:17

Example:

<SegmentedView titles={["First", "Second", "Third"]} index={this.state.index} stretch onPress={index => this.setState({ index })} />

jpdesignerrio avatar Jul 01 '18 16:07 jpdesignerrio

same issue here

nabeelpkl avatar Mar 30 '19 15:03 nabeelpkl