소스 검색

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