Closed
Description
Version
- react-native-router-flux v3.2.6
- react-native v0.22
Expected behaviour
renderRightButton and renderLeftButton should be working for scenes that are not tabs
Actual behaviour
renderRightButton and renderLeftButton are only working for scenes that are tabs
Steps to reproduce
- add renderRightButton={()=>} to loginModal scene in Example.js
<Scene key="login" direction="vertical" >
<Scene key="loginModal" component={Login} title="Login" renderRightButton={()=><Right/>}/>
<Scene key="loginModal2" hideNavBar={true} component={Login2} title="Login2" panHandlers={null} duration={1}/>
</Scene>
- run the example
- right button is not rendered
Metadata
Metadata
Assignees
Labels
No labels