first music free

This commit is contained in:
2025-10-21 15:29:20 +02:00
parent 59952efc1c
commit 90ad4be673
3 changed files with 25 additions and 2 deletions
+7
View File
@@ -118,4 +118,11 @@ const customAlert = (title, description, options, extra) => {
const alert = Platform.OS === "web" ? alertPolyfill : customAlert;
export const showPremiumRequiredAlert = () =>
alert(
"Accès premium requis",
"Vous devez payer pour créer une nouvelle musique."
// [{ text: "OK", style: "cancel" }]
);
export default alert;