Untitled
Anonymous
plain_text
12/01/2023 3:00 PM
284 B
19
Indexable
`https://apps.apple.com/${appStoreLocale}/app/${appName}/id${appStoreId}`,
);
} else {
Linking.openURL(
`https://play.google.com/store/apps/details?id=${playStoreId}`,
);
}
};Editor is loading...
Leave a Comment