redux-axios-middleware
redux-axios-middleware copied to clipboard
Set client URL from async storage?
I have setup redux with this middleware but I would like to set the 'url' for the client, and change it with Async storage, as the user enters their server URL and the api calls are made from that
I see you can have multiple clients but how can I set the client URL from within the app and save and load that from async storage
I'm trying to do the same thing, and so far without success.
@kenji-1996 is there any update regarding that issue ?