Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
novaisea committed Mar 15, 2021
1 parent eb8437c commit 4839f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App.js
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ import React from 'react';
import { StyleSheet, Text, View } from 'react-native';
import {createAppContainer } from "react-navigation";
import {NavigationContainer} from '@react-navigation/native';
import {createStackNavigator } from 'react-navigation-stack';
import {createStackNavigator} from 'react-navigation-stack';


import HomeScreen from './components/HomeScreen';

0 comments on commit 4839f02

Please sign in to comment.