Skip to content

Instantly share code, notes, and snippets.

@streetsmartdev
Created September 2, 2017 17:03
Embed
What would you like to do?
RN-Rnav- 4 - Updating App.js to reflect our changes
import React from "react";
import RootNavigator from "./src/routes/RootNavigator";
export default class App extends React.Component {
render() {
return <RootNavigator />;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment