forked from vergnet/application-amicale
Fixed debug not dynamically activating
This commit is contained in:
parent
50a5f087b6
commit
dfa7d2220f
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue