I have scoured the Internet but couldnt find a solution for my problem and as such would be grateful for any help or directions as to how to acomplish my goal or if it is even possible to do so.
So the problem I am trying to solve is as follows: In my application I let user select files using Expo DocumentPicker and want to get the using fetch over http in other part of the application. Is it possible to setup a localhost http server inside the react native appliction form which it will be posible to serve the aforementioned files? If so what is the best way to do so?
I have struggled with this for some days now and will be thankfull for any help offered.