change card
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user