Skip to content

Commit

Permalink
final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
jerkur22 committed Apr 2, 2023
1 parent ada4598 commit 9c5e6d9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { StatusBar } from "expo-status-bar";
import { StyleSheet, Text, View } from "react-native";
import { LogBox } from "react-native"

LogBox.ignoreAllLogs(true)
import React from "react";
import { NavigationContainer } from "@react-navigation/native";
import { createNativeStackNavigator } from "@react-navigation/native-stack";
Expand Down
Loading

0 comments on commit 9c5e6d9

Please sign in to comment.