-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
The tab3 hideTabBar
has be set as {true}
, but TabBar in footer is not be hidden.
React Native 0.21.0
Test code: https://github.com/aksonov/react-native-router-flux/tree/adb8e076e583b119854cababe05fa7d3144c6af6/Example
I see the file https://github.com/aksonov/react-native-router-flux/blob/f8e67ebb423bf47dd23645ed8adff61e313e8cb6/TabBar.js . alert(el.props.hideTabBar) -> true
, but alert(this.props.hideTabBar) -> undefined
.
Metadata
Metadata
Assignees
Labels
No labels