Skip to content

Instantly share code, notes, and snippets.

@janhesters
Created September 16, 2018 18:46
Show Gist options
  • Save janhesters/2c2027bcc9e25757e1cf4bd3eeb1103e to your computer and use it in GitHub Desktop.
Save janhesters/2c2027bcc9e25757e1cf4bd3eeb1103e to your computer and use it in GitHub Desktop.
import { AppRegistry } from "react-native";
import App from "./app/App";
import { name as appName } from "./app.json";
AppRegistry.registerComponent(appName, () => App);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment