Tate Allen
Tate Allen
You need to decode the URL, notice the % in the path: ```Javascript await RNFS.stat(decodeURIComponent(url.uri)) ```
> @[enigmablue](https://github.com/enigmablue) sorry for the delay, but you cannot read Download directory contents ,it is forbidden by android os I don't know about the downloads directory, but I'm getting the...
> @tallen11 I dunno I highly recommend to everyone to leave this library and start using [react-native-file-access](https://github.com/alpha0010/react-native-file-access) asap This looks promising, I'll take a look tomorrow, thanks.
I'm experiencing this same problem. Sharing to my app launches a new instance of the app on top of the browser app, but sends the shared URL to the original...
Also experiencing this when trying to get input from guitar interface. All input samples are 0. On macOS Catalina.
>Authorization issues ? @sletz there’s never a prompt for permissions. Maybe we just need to manually grant mic access to our programs? Sent with GitHawk
> Confirmed authorization issue for me. Thanks @sletz and @tallen11! > > The fix, for future readers, is to go to [System Preferences -> Security & Privacy -> Privacy ->...
Do we know why it hangs? It only hangs on some versions of Android, but not on others. Anyone have a solution to this.
> > useEffect(() => { ReceiveSharingIntent.getReceivedFiles( (data: any) => { console.log("received data", data); }, (err: any) => { console.log("err", err); }, ShareMedia, ); return () => { ReceiveSharingIntent.clearReceivedFiles(); }; },...
Is there a solution for this besides upgrading React Native? Upgrading is generally a massive undertaking and not something that can be done on a whim, not to mention it...