Android - DrawerLayout with useNativeAnimations={false} stacked after couple orientation change #1112
Closed
Description
I found the following problem on android, if you use next DrawerLayout:
<DrawerLayout drawerPosition={DrawerLayout.positions.Right} // Important to use Right drawer position useNativeAnimations={false} ... />
and will change orientation from vertical to horizontal and vice versa, you will see next result (see attachment)