Parcourir la source

removed incorrect showFAB

Daniel Zlotin il y a 8 ans
Parent
révision
1d3f09ce26
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0
    4
      example-redux/src/screens/LoginScreen.js

+ 0
- 4
example-redux/src/screens/LoginScreen.js Voir le fichier

@@ -21,10 +21,6 @@ class LoginScreen extends Component {
21 21
 
22 22
   constructor(props) {
23 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 26
   render() {