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

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -