Skip to content

Instantly share code, notes, and snippets.

@brookslyrette
Created February 26, 2017 13:31
Show Gist options
  • Save brookslyrette/5342fbb62cb744f2e822065676dd0f62 to your computer and use it in GitHub Desktop.
Save brookslyrette/5342fbb62cb744f2e822065676dd0f62 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import {
AppRegistry,
} from 'react-native';
import App from './App/App.js';
AppRegistry.registerComponent('ReactNativeCounter', () => App);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment