Guy Carmeli 6 years ago
parent
commit
24cefd8e5c
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      playground/src/screens/OptionsScreen.js

+ 3
- 3
playground/src/screens/OptionsScreen.js View File

194
       }
194
       }
195
     });
195
     });
196
   }
196
   }
197
-  
197
+
198
   onClickTopBarOpaque = () => {
198
   onClickTopBarOpaque = () => {
199
     Navigation.setOptions(this.props.componentId, {
199
     Navigation.setOptions(this.props.componentId, {
200
       topBar: {
200
       topBar: {
202
       }
202
       }
203
     });
203
     });
204
   }
204
   }
205
-  
205
+
206
   onClickShowTopBar = () => {
206
   onClickShowTopBar = () => {
207
     Navigation.setOptions(this.props.componentId, {
207
     Navigation.setOptions(this.props.componentId, {
208
       topBar: {
208
       topBar: {
286
         }
286
         }
287
       }
287
       }
288
     });
288
     });
289
-  };
289
+  }
290
 }
290
 }
291
 
291
 
292
 const styles = {
292
 const styles = {