aboutsummaryrefslogtreecommitdiffstats
path: root/App.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-10 22:16:05 +0000
committerMohamedBassem <me@mbassem.com>2024-03-10 22:16:05 +0000
commit240ba2885fe716e63bf88dfdbd5f435e76919e29 (patch)
treefc30d33b2825c086a9c2c035b79f3195679e502f /App.tsx
parentf426d0d407335f9db6259a7a77c01ade9a01593b (diff)
downloadkarakeep-240ba2885fe716e63bf88dfdbd5f435e76919e29.tar.zst
Init expo, and tailwind
Diffstat (limited to 'App.tsx')
-rw-r--r--App.tsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/App.tsx b/App.tsx
index 0329d0c9..c6131fa0 100644
--- a/App.tsx
+++ b/App.tsx
@@ -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",
},
});