Andr3wHur5t / react-native-keyboard-spacer

Plug and play react-native keyboard spacer view.
MIT License
1.56k stars 219 forks source link

fixed input and listview padding problem #52

Open oklivePOP opened 7 years ago

oklivePOP commented 7 years ago

my problem its when i when i touch the input the padding of the keyboard came before the keyboard

you can see in this gif ezgif com-crop 1

<View style={{flex:1}}>
      <View style=
       {{backgroundColor:"green",height:60,justifyContent:"center",alignItems:"center"}}>
        <Text>yotav try</Text>
      </View>

      <ListView
        style={{backgroundColor:'black'}}
        dataSource={this.state.dataSource}
        renderRow={(rowData) => <RegBubble>{rowData}</RegBubble>}
      />

      <TextInput style={{height:50}}/>
      <KeyboardSpacer/>
    </View>
seersol92 commented 5 years ago

Having same issue..

RichardMoralesLuis commented 3 years ago

Same here!