Skip to content

Instantly share code, notes, and snippets.

@ThrowJojo
Created September 19, 2017 04:07
Show Gist options
  • Save ThrowJojo/b560750efc7ec323304e6a8e202e8211 to your computer and use it in GitHub Desktop.
Save ThrowJojo/b560750efc7ec323304e6a8e202e8211 to your computer and use it in GitHub Desktop.
Counter entry file for iOS
// @flow
import App from "./App";
import { AppRegistry } from "react-native";
AppRegistry.registerComponent("MobXExample", () => App);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment