I'm using react-native-image-picker to select and upload images on server. It works great on android, but throws error on iOS. The npm link have provided a note that "On iOS, don't assume that the absolute uri returned will persist. See #107" what does it means? Will this library work on iOS? I'm trying with iOS simulator, it displays image properly but when I'm trying to upload on server using axios, it throws error "Missing request token for request: <NSURLRequest: 0x60000253e5a0> { URL: file://" like hereIs there any other alternative react-native library to upload images with iOS and android?
↧