Aibar
Aibar
I was update react-native-web to latest version (0.18.1) and all works correctly now. But I don't know, can I upgrade RNW without Expo migration guide?
It fixed in latest version
fixed in https://github.com/expo/expo-cli/pull/4439
any updates ?
@noxify I had retry limit in extended instance ``` container .bind(TYPES.HttpClient) .toDynamicValue(context => { return got.extend({ https: { }, hooks: { beforeRequest: [ options => { }, ], }, retry:...