Mykhailo

Results 5 comments of Mykhailo

Same for me, lagging hardly, when I try to use native driver it stops playing

> @deepslam @matviishyn @sepehr-laal are you still seeing the lag with the latest version? I just recently updated the example app and tested with an iPhone and could not see...

Check my answer on https://github.com/svrcekmichal/redux-axios-middleware/issues/87

I ended up with something like that ``` const expiredAccessInterceptor = ({dispatch}, error) => { const statusCode = get(error, 'response.status', null); // get from lodash if (statusCode === 401) {...

@Ericnr Looks like it works now!