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

react nativekeyboard aware scrollview work wrong view render later #34

Open
s0sbatuocs0s opened this issue Mar 22, 2018 · 0 comments
Open

Comments

@s0sbatuocs0s
Copy link

s0sbatuocs0s commented Mar 22, 2018

sorry my english too bad but i have issuse.

  • I have 2 button
  • when click them it will render another view
  • i used react-native-keyboard-aware-scrollview
  • But it worked wrong for me.
  • here my code
     <KeyboardAwareScrollView
          resetScrollToCoords={{ x: 0, y: 0 }}
          scrollEnabled={true}
          contentContainerStyle={{flex:1}}
        >
          <View style={[Cs.header.main,]}>
            <Image
              source={require("../../static/images/ic_logo.png")}
              style={{ width: 100, height: 100 }}
            />
            <Text style={Cs.body.button.signUp.btnSignUp}>Đăng Ký Cơ Sở</Text>
          </View>
            {this.props.renderView()}
        </KeyboardAwareScrollView >

capture
capture1
capture2

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

1 participant