first music free
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user