İbrahim Can KALYA
İbrahim Can KALYA
same issue
@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... } });...
@cjam #73 this solution works on iOS
@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
thanks for reply
@AntonMyr did u find any solution? If u find could share it ?
@AntonMyr thanks for reply.
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 :(