Fixed debug not dynamically activating

This commit is contained in:
Arnaud Vergnet 2020-04-28 10:59:55 +02:00
parent 50a5f087b6
commit dfa7d2220f

View file

@ -229,6 +229,7 @@ class AboutScreen extends React.Component<Props, State> {
<Card.Content> <Card.Content>
<FlatList <FlatList
data={this.appData} data={this.appData}
extraData={this.state.isDebugUnlocked}
keyExtractor={this.keyExtractor} keyExtractor={this.keyExtractor}
renderItem={this.getCardItem} renderItem={this.getCardItem}
/> />