React Native Example - Profile Image Upload

Just downgraded my react-native-document-picker to match at 3.5.4, but that also didn’t bring any help.

After the downgrade, I checked with the same image in iOS, it’s working, though I am able to use the sourceURL as mentioned in my other post Incorrect Mimetype for profile_file Upload - JavaScript SDK - #6 by Tyler

At first I was considering it could be because of the image, it is quite large at 3000x3000 - but alas, it still works with iOS.

Are you able to print out the produced object there for the file? Mine currently looks like this:

{"fileCopyUri": "content://com.android.providers.media.documents/document/image%3A36", "name": "avataaars (2).png", "size": 47039, "type": "image/png", "uri": "file:///data/user/0/my.app.identifier/cache/avataaars (2).png"}

Now I am wondering if it has to do with differing version of react-native-fs or even react-native. What versions do you have for those two packages?

Also, your example video is a simulator, correct? Though I guess that is not the cause, it’s not working in android simulator or real android phones…

How can I check for image moderation in the dashboard? I don’t see it anywhere…