diff --git a/presentation/react-native/components/About.tsx b/presentation/react-native/components/About.tsx index fb5f2d43f483a69b1cd12482671ff3b57c3cad8b..2a280ca2ca3ce07e64e44f7f60609e262e757428 100644 --- a/presentation/react-native/components/About.tsx +++ b/presentation/react-native/components/About.tsx @@ -20,9 +20,15 @@ export const About: React.FC<AboutProps> = (props) => { style={{ flex: 1, paddingHorizontal: 20, + justifyContent: "center", }} > - <View style={{ alignItems: "center", marginVertical: 20 }}> + <View + style={{ + alignItems: "center", + marginVertical: 20, + }} + > <Text style={{ fontWeight: "bold",