Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 87e5e86

Browse files
chore: removed unnecesary char from regex
1 parent a59028a commit 87e5e86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/constants/Platform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ export const isAndroid = Platform.OS === 'android';
44
export const isIOS = Platform.OS === 'ios';
55

66
export const PLAYSTORE_REGEX =
7-
/^https?:\/\/(www\.)?play\.google\.com\/store\/apps\/details\?id=[\w\.]+(&[\w-]+(=[\w%-]*)?)*/;
7+
/^https?:\/\/(www\.)?play\.google\.com\/store\/apps\/details\?id=[\w.]+(&[\w-]+(=[\w%-]*)?)*/;

0 commit comments

Comments
 (0)