TouchableOpacity doesn't work in iOS release mode #19836
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
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>
The text was updated successfully, but these errors were encountered: