expo / ex-navigation

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

Vendor NavigationExperimental, update example to sdk15 #435

Closed janicduplessis closed 7 years ago

janicduplessis commented 7 years ago

https://github.com/facebook/react-native/pull/13066 will remove NavigationExperimental from React Native. This vendors in the latest version with removed haste modules to avoid conflicts. Also update the example to sdk 15.

Tested that it works with or without NavigationExperimental present in React Native.

chirag04 commented 7 years ago

@janicduplessis I guess we need on more sync. let's push this given that RN 0.43 is out.

janicduplessis commented 7 years ago

The commit that removes ex-nav should be in 0.44-rc so we should land this soon.

brentvatne commented 7 years ago

merged :O

janicduplessis commented 7 years ago

🎉 Thanks Brent!