File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -38,3 +38,4 @@ buck-out/
38
38
\. buckd /
39
39
android /app /libs
40
40
android /keystores /debug.keystore
41
+ _book
Original file line number Diff line number Diff line change 9
9
"immutable" : " ^3.8.1" ,
10
10
"react" : " ^0.14.8" ,
11
11
"react-native" : " ^0.25.1" ,
12
+ "react-native-keyboard-spacer" : " ^0.2.0" ,
12
13
"react-redux" : " ^4.4.5" ,
13
14
"redux" : " ^3.5.2" ,
14
15
"redux-localstorage" : " ^0.4.0" ,
Original file line number Diff line number Diff line change 6
6
import Immutable , { List } from 'immutable' ;
7
7
import React , { Component , PropTypes } from 'react' ;
8
8
import { connect } from 'react-redux' ;
9
+ import KeyboardSpacer from 'react-native-keyboard-spacer' ;
9
10
import SearchBar from '../components/SearchBar' ;
10
11
import MediaObject from '../components/MediaObject' ;
11
12
import Loader from '../components/Loader' ;
@@ -46,6 +47,8 @@ class Pokedex extends Component {
46
47
47
48
< SearchBar onChange = { filter } value = { query } />
48
49
50
+ < KeyboardSpacer />
51
+
49
52
</ View >
50
53
</ Loader >
51
54
) ;
You can’t perform that action at this time.
0 commit comments