ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 416 forks source link

Error while updating property 'nativeBackgroundAndroid' of a view managed by: RCTView #163

Closed JevonJ closed 6 years ago

JevonJ commented 7 years ago

This error occurs when i'm running the app on a device with API 23 and Android 6.0 error

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}>

{icon} {badge} {title}

`

It works fine when i remove that perticular line. What is the proper solution for this?

ptomasroos commented 6 years ago

Will close since this issue is more than a year, feel free to a open a new if this is still a issue.