6 ms·
You can wrap your root navigator! <ImageBackground> <RootNavigator/> </ImageBackground> There can be only 1 navigator rendered at a time, but it does not h
by stackola 8y ago
You can wrap your root navigator!
<ImageBackground>
<RootNavigator/>
</ImageBackground>
There can be only 1 navigator rendered at a time, but it does not have to be the root of your application. Otherwise there wouldn't be any redux, either.
- com2kid 8y agoAh ok, the docs didn't make it 100% clear and I got tired messing with the toy app I was using with React Navigation.