How can i access to redux store with react navigation?
问题 I have App "Music App" for tow users type "Guest, a user registered" I have a bottom navigator for those, When Guest opens my app I want to render just 4 bottom tabs "Home, browse, search, radio". but when user login/register I want to render 5 tabs previously tabs plus "Library" Tab. SO I dispatch action when user register\login , and change isLogin state from false to true and work some stuff like add some other data to my drawer and it appears fine tho, I want to access to redux store