voyager icon indicating copy to clipboard operation
voyager copied to clipboard

TabNavigator inside Screen not working

Open renzified opened this issue 1 year ago • 0 comments

So I want to have this flow

Navigator {
   Login : Screen {}
   Home : Screen {
       TabNavigator { HomeTab, ChatTab }
   }
}

With these setup Android: White Screen iOS: Crashes

renzified avatar Sep 12 '24 11:09 renzified