I have Drawer navigator inside my app. I've successfully changed the default (right to left) animation between screens to fadeIn/fadeOut.
But I can't find a way to change the default animation for react-navigation Drawer that slides from right to left. I need it to fadeIn/fadeOut instead.
I'm using custom drawer component and navigation.openDrawer()
to open and navigation.closeDrawer()
to close the drawer.