diff --git a/RNTester/js/TabBarIOSExample.js b/RNTester/js/TabBarIOSExample.js index ea03982d06e..83a9c70487d 100644 --- a/RNTester/js/TabBarIOSExample.js +++ b/RNTester/js/TabBarIOSExample.js @@ -56,9 +56,10 @@ class TabBarExample extends React.Component { onPress={() => { this.setState({ selectedTab: 'blueTab', + notifCount: this.state.notifCount + 1, }); }}> - {this._renderContent('#414A8C', 'Blue Tab')} + {this._renderContent('#414A8C', 'Blue Tab', this.state.notifCount)}