Skip to content

Commit

Permalink
Remove AirBnB Native Navigation (#532)
Browse files Browse the repository at this point in the history
It is no longer actively being worked on.... 
airbnb/native-navigation#114
airbnb/native-navigation#145
  • Loading branch information
JackWillie committed Aug 28, 2018
1 parent ac43eaf commit 40d6ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This guide covers the various navigation components available in React Native. I

If you're only targeting iOS, you may want to also check out [NavigatorIOS](navigation.md#navigatorios) as a way of providing a native look and feel with minimal configuration, as it provides a wrapper around the native `UINavigationController` class. This component will not work on Android, however.

If you'd like to achieve a native look and feel on both iOS and Android, or you're integrating React Native into an app that already manages navigation natively, the following libraries provide native navigation on both platforms: [native-navigation](http://airbnb.io/native-navigation/), [react-native-navigation](https://github.com/wix/react-native-navigation).
If you'd like to achieve a native look and feel on both iOS and Android, or you're integrating React Native into an app that already manages navigation natively, the following library provides native navigation on both platforms:[react-native-navigation](https://github.com/wix/react-native-navigation).

## React Navigation

Expand Down

0 comments on commit 40d6ec2

Please sign in to comment.