react-native-segmented-view
react-native-segmented-view copied to clipboard
undefined is not an object (evaluating 'PropTypes.number')
trafficstars
Example:
<SegmentedView titles={["First", "Second", "Third"]} index={this.state.index} stretch onPress={index => this.setState({ index })} />
same issue here