Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed input and listview padding problem #52

Open
oklivePOP opened this issue May 18, 2017 · 2 comments
Open

fixed input and listview padding problem #52

oklivePOP opened this issue May 18, 2017 · 2 comments

Comments

@oklivePOP
Copy link

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
Copy link

Having same issue..

@RichardMoralesLuis
Copy link

Same here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants