remove console.logs

This commit is contained in:
ammarahm-ed
2020-02-02 23:50:55 +05:00
parent 9c04ccedca
commit f974df5856
15 changed files with 19 additions and 32 deletions

View File

@@ -160,7 +160,6 @@ class LoginDialog extends React.Component {
ref={ref => (this.navigation = ref)}
onNavigationStateChange={state => {
this.routeIndex = state.index;
console.log(state);
}}
/>
</View>