Created
December 11, 2018 22:25
-
-
Save haruelrovix/3d7e26df6bb2d6056e2f4612a77fd2fc to your computer and use it in GitHub Desktop.
RNE x RNW: Routing for native
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export { | |
NativeRouter as Router, // Rename | |
Link, | |
Route, | |
Switch, | |
withRouter | |
} from 'react-router-native'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment