瀏覽代碼

removed incorrect showFAB

Daniel Zlotin 8 年之前
父節點
當前提交
1d3f09ce26
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0
    4
      example-redux/src/screens/LoginScreen.js

+ 0
- 4
example-redux/src/screens/LoginScreen.js 查看文件

@@ -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() {