expo / ex-navigation

Route-centric navigation for React Native
997 stars 201 forks source link

use react-native-drawer-layout-polyfill #430

Closed chirag04 closed 7 years ago

chirag04 commented 7 years ago

react-native-drawer-layout switched to a JS based implementation even on android without a major version bump. Interaction handles are not cleared properly in the JS implementation and that broke our android app. polyfill uses native implementation on android which i feel has much better experience.

cc @satya164 @brentvatne @skevy

satya164 commented 7 years ago

it has conflicts @chirag04

chirag04 commented 7 years ago

@satya164 ah. forgot to update my fork. rebased.