score:0

touchablewithoutfeedback was causing the issue for me. i replaced it tochableopacity with activeopacity={0.9} as a workaround.

other people have reported the same issue for touchablenativefeedback as well.

https://github.com/facebook/react-native/issues/29414

score:1

it's because nativebackgroundandroid isn't a valid property within the view.

i was able to recreate it by

<view style={styles.somestylesheet} nativebackgroundandroid={styles.somestylesheet}>
    //some view stuff
</view>   

Related Query

More Query from same tag