Skip to content

Instantly share code, notes, and snippets.

@arifkoken
Created August 17, 2017 11:24
Show Gist options
  • Save arifkoken/263079d16977d11f61939eacfc0d09d6 to your computer and use it in GitHub Desktop.
Save arifkoken/263079d16977d11f61939eacfc0d09d6 to your computer and use it in GitHub Desktop.
import { AppRegistry } from 'react-native';
import Main from './src/Main';
AppRegistry.registerComponent('ornekproje', () => Main);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment