|
|
|
@ -20,7 +20,7 @@ export const OnboardingGroup: FC = () => {
@@ -20,7 +20,7 @@ export const OnboardingGroup: FC = () => {
|
|
|
|
|
animation: 'slide_from_left', |
|
|
|
|
|
|
|
|
|
}} |
|
|
|
|
initialRouteName={RouteKey.LanguageSelect}> |
|
|
|
|
initialRouteName={RouteKey.Loading}> |
|
|
|
|
<Stack.Screen name={RouteKey.Questions} component={Questions} /> |
|
|
|
|
<Stack.Screen name={RouteKey.Package} component={Game} /> |
|
|
|
|
<Stack.Screen name={RouteKey.Onboarding} component={Onboarding} /> |
|
|
|
|