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
-2
View File
@@ -32,7 +32,6 @@ import { LogBox } from 'react-native'
import CommentsBottomSheet from './src/components/bottomsheets/CommentsBottomSheet'
import ShareQrModalContainer from './src/components/modal/ShareQrModalContainer'
import AppDownloadBanner from './src/components/AppDownloadBanner'
import MobileSplashVideo from './src/components/MobileSplashVideo'
import './src/utils/Sheet'
console.disableYellowBox = true
@@ -208,7 +207,6 @@ const App = () => {
<CommentsBottomSheet />
<ShareQrModalContainer />
<AppDownloadBanner />
<MobileSplashVideo />
{/* </AppLayout> */}
</MenuProvider>
</Providers>