react native - Is it ok to use NavigatorIOS multiple times in the app? -
for example have tabbarios 3 items , want use in each of these tabs navigatorios.
would overload?
i wanted use 1 navigatorios tabbarios control, seems impossible.
yes. wrap navigators in each tab bar, , initialize each 1 initial route, , should go. we're using 3 navigator components , have not run issues yet. here slimmed down version of setup:
<tabbarios> <tabbarios.item> <navigatorcomponent1 /> </tabbarios.item> <tabbarios.item> <navigatorcomponent2 /> </tabbarios.item> </tabbarios>
Comments
Post a Comment