expo / ex-navigation

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

use BackHandler instead of BackAndroid, fix #461 #462

Closed sibelius closed 7 years ago

brentvatne commented 7 years ago

@sibelius - can you use BackHandler if it is available, and otherwise use BackAndroid? otherwise this PR requires everyone to update to react-native 0.44

chirag04 commented 7 years ago

i thought BackHandler is only deprecated but not removed. no?

brentvatne commented 7 years ago

@chirag04 - I think you have it backwards :> BackAndroid is deprecated and not removed

chirag04 commented 7 years ago

ah right. 👍

sibelius commented 7 years ago

updated!