Skip to content

Instantly share code, notes, and snippets.

@HishamMubarak
Created April 6, 2018 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HishamMubarak/3914154a956c6f96dc4edfe300d8f35b to your computer and use it in GitHub Desktop.
Save HishamMubarak/3914154a956c6f96dc4edfe300d8f35b to your computer and use it in GitHub Desktop.
App
import React, { Component } from 'react';
import { Platform, StyleSheet, Text, View } from 'react-native';
import AppNavigator from './src/config/routes'
export default class App extends Component {
render() {
return (
<AppNavigator />
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment