Browse Source

removed incorrect showFAB

Daniel Zlotin 8 years ago
parent
commit
1d3f09ce26
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      example-redux/src/screens/LoginScreen.js

+ 0
- 4
example-redux/src/screens/LoginScreen.js View File

21
 
21
 
22
   constructor(props) {
22
   constructor(props) {
23
     super(props);
23
     super(props);
24
-    this.props.navigator.showFAB({
25
-      icon: require('../../img/navicon_edit@2x.png'),
26
-      backgroundColor: 'blue'
27
-    });
28
   }
24
   }
29
 
25
 
30
   render() {
26
   render() {