From 4839f02438e164c61490f5a200b1a9351f3b2fdc Mon Sep 17 00:00:00 2001 From: "Andre Novais Emiliano (novaisea)" Date: Mon, 15 Mar 2021 15:50:21 +0000 Subject: [PATCH] Initial commit --- App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.js b/App.js index 7d8da9e..9bbd6c0 100644 --- a/App.js +++ b/App.js @@ -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';