mingca
mingca
I am much interested in this topic but it's fruitless. redux-saga is designed for side effects. it can track each event but can't track every event.
same issue
Good point, @singpolyma. It's better we have a documentation in overview describing how to set omniauth routes(authorize, callback).
@anuragg29 Yeah I can see one simple answer without solution on community page. Actually I made it work in React.js. I am trying to make it work in React Native....
@alex-fournier were you able to resolve this issue? I have the same problem.
> [@mingca](https://github.com/mingca) you can try to wrap your `CustomDrawerContent` in `ScrollView`. It worked for me. > > ``` > DrawerContentScrollView -> ScrollView -> CustomDrawerContent (your custom components and `DrawerItemList`) >...