From 94ede4ef52cdeca769452d6c57b5c63027a4cc3b Mon Sep 17 00:00:00 2001 From: G Date: Sat, 6 Sep 2025 15:41:53 +0000 Subject: [PATCH] feat: Translucent status bar to allow background image to appear behind it on android device. --- App.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/App.tsx b/App.tsx index 5c5b5f7..0cd2544 100644 --- a/App.tsx +++ b/App.tsx @@ -9,6 +9,7 @@ import { AppMainStackNavigatorAuthWrapper } from "@/navigations/AppMainStackNavi import theme from "@/themes/Theme"; import "react-native-gesture-handler"; import "react-native-reanimated"; +import { StatusBar } from "expo-status-bar"; import { SafeAreaProvider } from "react-native-safe-area-context"; import { Provider } from "react-redux"; import { store } from "./src/redux"; @@ -35,6 +36,11 @@ export default function App() { }} > + -- libgit2 0.27.1