-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Description
Pressing tab for current view sometimes re-renders the view. This is an issue with react-native-tabs/react-native-router-flux, will see if we can get a PR merged into the actual node_module before making forking/hacking a fix into the app.
Needs a fix to node_modules/react-native-tabs/index.js
onSelect(el){
if (el.props.name === this.props.selected) {
// do nothing
}
else if (el.props.onSelect) {
el.props.onSelect(el);
} else if (this.props.onSelect) {
this.props.onSelect(el);
}
}
Metadata
Metadata
Assignees
Labels
No labels