Created
April 6, 2018 08:45
-
-
Save HishamMubarak/3914154a956c6f96dc4edfe300d8f35b to your computer and use it in GitHub Desktop.
App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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