From 1240d37bcd227dd7da44b82e7a00c61ef4338832 Mon Sep 17 00:00:00 2001 From: SidY165 <112383837+SidY165@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:35:35 +0800 Subject: [PATCH] Update App.tsx you may like it --- App.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/App.tsx b/App.tsx index a39b158b7..96fce05ab 100644 --- a/App.tsx +++ b/App.tsx @@ -9,6 +9,7 @@ import { CHECKUP_SCREEN, SUPPORT_SCREEN, MARKDOWN_ARTICLE_SCREEN, + BUTTON } from "./src/screens"; import SettingScreen from "./src/SettingsScreen"; import withErrorBoundary from "./src/sentry/withErrorBoundary"; @@ -56,3 +57,9 @@ const App = createBottomTabNavigator( ); export default withErrorBoundary(createAppContainer(App)); +const app =createButton( + style:{ button: +alignCenter, + width:10, + height:10 + })