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

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -