react-native-keyboard-spacer icon indicating copy to clipboard operation
react-native-keyboard-spacer copied to clipboard

fixed input and listview padding problem

Open oklivePOP opened this issue 7 years ago • 2 comments

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>

oklivePOP avatar May 18 '17 13:05 oklivePOP

Having same issue..

seersol92 avatar May 19 '19 23:05 seersol92

Same here!

RichardMoralesLuis avatar Dec 10 '20 09:12 RichardMoralesLuis