Skip to content

Instantly share code, notes, and snippets.

@Senhordim
Last active January 6, 2017 15:05
Show Gist options
  • Save Senhordim/f7f892311c961f283742e45cf4a2e219 to your computer and use it in GitHub Desktop.
Save Senhordim/f7f892311c961f283742e45cf4a2e219 to your computer and use it in GitHub Desktop.
// Index.ios.js - place code in here for IOS!!!
// Import a library to help create a component
import React, { Component } from 'react';
import { AppRegistry} from 'react-native';
import Hader from './src/components/header'
// Create a component
const App = () => (
<Header />
);
// Render ir to the device
ReactNative.AppRegistry.registerComponent('classify', () => App);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment