React Navigation TabBar Does not display -


i try add tabbar navigation , not display. stacknavigator works fine though. idea ?

class app extends react.component {    render(){       const mainnavigator =       stacknavigator({       welcomeslides: {screen: welcomeslides},       home: { screen: firebasereactnative },       details: { screen: worditem },       daily : {         screen: tabnavigator({           home : {screen: firebasereactnative},         })       }// closes daily     });     return(     <mainnavigator />     );   } } 


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -