simeon-kirov
Results
2
comments of
simeon-kirov
The problem is buried down into `com.facebook.react.modules.network.NetworkingModule.constructMultipartBody(...)` method. It expects to find Content-type header in the FormData part, containing the URI to the file. Something like this: ```JS const part...
Hi @bestchenyan, You can find example workaround implementation here: https://github.com/simeon-kirov/expo-debug/tree/main. I tried to describe what's done in the README and inline JavaDoc. However, you're saying in your case it always...