Skip to content

Instantly share code, notes, and snippets.

@nhumphrey2
Created February 19, 2019 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhumphrey2/f2838331bd5fa475edfc2034d1de19e3 to your computer and use it in GitHub Desktop.
Save nhumphrey2/f2838331bd5fa475edfc2034d1de19e3 to your computer and use it in GitHub Desktop.
React_index.js
import { AppRegistry } from "react-native";
import App from "./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