We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The button layout is skewed when wrap with view component. Is this a specification??
<View style={{ flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: '#F5FCFF' }}> <Button style={{ backgroundColor: 'red'}} textStyle={{fontSize: 18}}> Hello! </Button> </View>
<View style={{ flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: '#F5FCFF' }}> <View> <Button style={{ backgroundColor: 'red'}} textStyle={{fontSize: 18}}> Hello! </Button> </View> </View>
The text was updated successfully, but these errors were encountered:
If it is a bug, may be cause is flex prop in textButton.
rskull@b91ccb9
Sorry, something went wrong.
No branches or pull requests
The button layout is skewed when wrap with view component.
Is this a specification??
OK
NG
The text was updated successfully, but these errors were encountered: