Skip to content

Instantly share code, notes, and snippets.

@abhitheawesomecoder
Created June 25, 2018 14:39
Show Gist options
  • Save abhitheawesomecoder/4ca0f43c5cad433fefab317a612ffebf to your computer and use it in GitHub Desktop.
Save abhitheawesomecoder/4ca0f43c5cad433fefab317a612ffebf to your computer and use it in GitHub Desktop.
import React from 'react';
import { View, Text } from 'react-native';
import { createStackNavigator } from 'react-navigation';
import Home from './src/Home';
export default createStackNavigator({
Home: {
screen: HomeScreen
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment