change card

This commit is contained in:
Thomas Demirdjian
2025-12-01 15:07:46 +01:00
parent d7b14bd873
commit e96e4c263d
12 changed files with 389 additions and 36 deletions
+9 -1
View File
@@ -140,7 +140,7 @@ const App = () => {
return () => {
try {
s.remove();
} catch (_) {}
} catch (_) { }
};
}
}, []);
@@ -205,6 +205,14 @@ const App = () => {
? `${options?.title} - MusicLand`
: "MusicLand",
}}
linking={{
prefixes: ["musicland://", "https://musicland-one.vercel.app"],
config: {
screens: {
// Add any deep link configurations here if needed
},
},
}}
>
<MainStack />
</NavigationContainer>