Atif Riaz

Results 3 comments of Atif Riaz

Did anyone manage to solve this issue? I tried downgrading to @2.15.2 but didn’t work for me.

> i check the code and i found that the error not in `react-native-tab-view` but in `react-native-pager-view` in ios you can try to edit [ReactNativePageView.m](https://github.com/callstack/react-native-pager-view/blob/master/ios/ReactNativePageView.m) > > ` if (isForward...

Instead of doing this we can simply achieve this with the current implementation add `authorizationToken` in you generateApi function use it like this ``` authorizationToken: `Basic ${btoa( 'username:password' )}`, ```