Skip to content

Instantly share code, notes, and snippets.

@ckdevrel
Last active October 31, 2017 20:22
Show Gist options
  • Save ckdevrel/62d2aec039eb3f3c9e6ad8ca58ce3175 to your computer and use it in GitHub Desktop.
Save ckdevrel/62d2aec039eb3f3c9e6ad8ca58ce3175 to your computer and use it in GitHub Desktop.
import React from 'react';
import { AppRegistry } from 'react-native';
import App from './src/components/importcomponentdemo';
const App = () => (
<Title />
);
AppRegistry.registerComponent('ComponentDemo', () => App);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment