diff options
Diffstat (limited to 'App.tsx')
| -rw-r--r-- | App.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ -import { StatusBar } from 'expo-status-bar'; -import { StyleSheet, Text, View } from 'react-native'; +import { StatusBar } from "expo-status-bar"; +import { StyleSheet, Text, View } from "react-native"; export default function App() { return ( @@ -13,8 +13,8 @@ export default function App() { const styles = StyleSheet.create({ container: { flex: 1, - backgroundColor: '#fff', - alignItems: 'center', - justifyContent: 'center', + backgroundColor: "#fff", + alignItems: "center", + justifyContent: "center", }, }); |
