diff --git a/App.tsx b/App.tsx index 6918632..4fe55bf 100644 --- a/App.tsx +++ b/App.tsx @@ -8,7 +8,7 @@ export default function App() { @@ -21,7 +21,7 @@ const styles = StyleSheet.create({ flexDirection: 'row', }, bbb: { - marginTop: Platform.select({ios: 48, android: 0}), + marginTop: Platform.select({ios: 20, android: 0}), flex: 1, }, });