InovaXion

Results 2 comments of InovaXion

This is fix in 3.0 but you'll have to update your php version

Same issue here the problem appear when i used `navigationState={this.state}` and `onIndexChange={index => this.setState({index})}` instead of ``` const [index, setIndex] = React.useState(0); const [routes] = React.useState([ { key: 'first', title:...