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
react-native: 0.52.2 react: 16.2.0 native-base: 2.3.7
correct rendering of segment component
segment component not rendered correctly when it has first-prop
<Segment> <Button first onPress={() => this.setState({ activeSection: 0 })} active={this.state.activeSection === 0}> <Text>Events</Text> </Button> <Button onPress={() => this.setState({ activeSection: 1 })} active={this.state.activeSection === 1}> <Text>Email</Text> </Button> <Button last onPress={() => this.setState({ activeSection: 2 })} active={this.state.activeSection === 2}> <Text>SMS</Text> </Button> </Segment> </Header>
only on a real ios device
The text was updated successfully, but these errors were encountered:
#1400
facebook/react-native#11897
facebook/react-native#17998
Sorry, something went wrong.
No branches or pull requests
react-native, react and native-base version
react-native: 0.52.2
react: 16.2.0
native-base: 2.3.7
Expected behaviour
correct rendering of segment component
Actual behaviour
segment component not rendered correctly when it has first-prop
Steps to reproduce (code snippet or screenshot)
Screenshot of emulator/device
Is the bug present in both ios and android or in any one of them?
only on a real ios device
The text was updated successfully, but these errors were encountered: