feat: update onboarding and application flows

This commit is contained in:
Jacques_tirot
2026-08-25 15:55:11 +02:00
parent 4fb8a3e1e0
commit bc7edcf3a7
38 changed files with 7234 additions and 289 deletions
+1 -9
View File
@@ -36,15 +36,7 @@ export default ({ navigation }) => {
} finally {
navigation.reset({
index: 0,
routes: [
{
name: Routes.BottomTab,
params: {
screen: Routes.HomeStack,
params: { screen: Routes.Home },
},
},
],
routes: [{ name: Routes.LandingPage }],
})
setIsFullyLoaded(true)
}