Closed
Description
I use TouchableOpacity in flat list. every thing is fine in debug mode ios. but in release mode iOS TouchableOpacity doesn't show any thing, what's wrong?
<TouchableOpacity > <Text style={{color:'blue', fontFamily:font,fontSize: 16}} > {this.props.post.text.substring(this.props.post.entity[i].offset,this.props.post.entity[i].offset + this.props.post.entity[i].num)} </Text> </TouchableOpacity>