Skip to content

Instantly share code, notes, and snippets.

@btg5679
Created January 7, 2018 19:02
Show Gist options
  • Save btg5679/6ce759b8ce33d6ec67309ad8c37f2513 to your computer and use it in GitHub Desktop.
Save btg5679/6ce759b8ce33d6ec67309ad8c37f2513 to your computer and use it in GitHub Desktop.
import { AppRegistry } from "react-native";
import App from "./components/App";
AppRegistry.registerComponent("App", () => App);
AppRegistry.runApplication("App", {
rootTag: document.getElementById("root")
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment