Skip to content

Instantly share code, notes, and snippets.

@vitorleonel
Last active June 28, 2019 13:03
Show Gist options
  • Save vitorleonel/076aace1e140e3dd0e9cee25e7c5bc7a to your computer and use it in GitHub Desktop.
Save vitorleonel/076aace1e140e3dd0e9cee25e7c5bc7a to your computer and use it in GitHub Desktop.
App.js
import React from "react";
import Navigation from "./navigation"; // instancia do createAppContainer
import StatusBarConfig from "./config/StatusBarConfig";
function App() {
return <Navigation onNavigationStateChange={StatusBarConfig} />
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment