Mark
Mark
I'm getting the same thing on iOS also. I've tried this is two different Expo 41 projects with the same results. The only difference is that I am using React...
Thanks for the reply. Yes, I'm using Expo managed workflow (SDK 41). I'm not sure I'm ready to go to the bare workflow yet, but I really like this library...
I ran into this problem also and it boils down to the setInterval not being the best way to implement a timer. I think most of the issues could be...
Have you added the changed data field to `extraData` prop on the DraggableFlatLis component?
I just found this out also. I'm working to update this to use reanimated v3. I'm not quite sure how to make it a module without breaking everything, but will...
I'm having trouble downloading binary files (mp3) using React Native. I have tried the files.getBinary(), but I'm not sure what to do with the return data. Could you share the...
Hi, Yes and it seems very straightforward, but my code is throwing an error. I pull a list of files and then grab a fileId to an mp3 file that...
I have tried the following with the same results. `const binData = await gdrive.files.getBinary("1bbdiTlNlvtxgkt1j3jVdau0Fvt8J2-c7");` I didn't see who to share with, so I opened the file up for everyone. It...
Yes! Thank you!! As a side note, I'm using a custom dev build of Expo SDK 49 and I'm trying to simply write that file to the document directory as...
I couldn't get the sample app to run. It's been awhile since I ran react native without Expo. But I have updated a sample where I think I'm doing the...