Closed JevonJ closed 6 years ago
This error occurs when i'm running the app on a device with API 23 and Android 6.0
I've found the location of the error. It's in the Tab.js file, On the line 71.
` <TouchableNativeFeedback testID={this.props.testID} background={TouchableNativeFeedback.Ripple(undefined, true)} // <----- This Line. onPress={this._handlePress}>
`
It works fine when i remove that perticular line. What is the proper solution for this?
Will close since this issue is more than a year, feel free to a open a new if this is still a issue.
This error occurs when i'm running the app on a device with API 23 and Android 6.0
I've found the location of the error. It's in the Tab.js file, On the line 71.
` <TouchableNativeFeedback testID={this.props.testID} background={TouchableNativeFeedback.Ripple(undefined, true)} // <----- This Line. onPress={this._handlePress}>
`
It works fine when i remove that perticular line. What is the proper solution for this?