From 60c0d4f74665130272c8289a63c2fc1d52ee247b Mon Sep 17 00:00:00 2001 From: Imbus Date: Thu, 14 Dec 2023 23:39:53 +0100 Subject: [PATCH] Correct color for navbar icons --- App.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/App.tsx b/App.tsx index 01ab652..7548b82 100644 --- a/App.tsx +++ b/App.tsx @@ -3,12 +3,11 @@ import { Text, View } from "react-native"; import { style } from "./src/util/style"; import { PostsContainer } from "./src/components/PostsContainer"; - export default function App(): JSX.Element { return ( + Open up App.tsx to start working on your app! - );