İbrahim Can KALYA

Results 10 comments of İbrahim Can KALYA

@rahulsonwalkar this problem caused by spotify. I solved the problem with this regex and its works. ` [yourText].replace(/(https?:\/\/[^\s]+)/g, (url: string) => { if (url) { // do something... } });...

@Loown i think the problem is caused by android 11. On android 11 we should specify the connections. Adding this lines to AndroidManifest should solve the problem ` ` https://community.spotify.com/t5/Spotify-for-Developers/Why-can-t-I-use-the-SDK-on-Android-OS-11/m-p/5062921/highlight/true#M1438

@AntonMyr did u find any solution? If u find could share it ?

If you are building 64 bit apk with new feature of react-native & requirement of play store. you should remove packagingOptions from build.gradle ``` packagingOptions { pickFirst 'lib/armeabi-v7a/libgnustl_shared.so' pickFirst 'lib/x86/libgnustl_shared.so'...

@Linoy339 did u find any solution of this issue because i'm getting same error with node-re2 lib on react-native thank in advence

@Vidit-Ostwal it doesn't works :(