diff --git a/App.tsx b/App.tsx
index 0329d0c..f44b31b 100644
--- a/App.tsx
+++ b/App.tsx
@@ -1,20 +1,20 @@
-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 (
-
- Open up App.tsx to start working on your app!
-
-
- );
+ return (
+
+ Open up App.tsx to start working on your app!
+
+
+ );
}
const styles = StyleSheet.create({
- container: {
- flex: 1,
- backgroundColor: '#fff',
- alignItems: 'center',
- justifyContent: 'center',
- },
+ container: {
+ flex: 1,
+ backgroundColor: "#fff",
+ alignItems: "center",
+ justifyContent: "center",
+ },
});
diff --git a/app.json b/app.json
index 042c855..838969d 100644
--- a/app.json
+++ b/app.json
@@ -1,30 +1,28 @@
{
- "expo": {
- "name": "beasy-mobile",
- "slug": "beasy-mobile",
- "version": "1.0.0",
- "orientation": "portrait",
- "icon": "./assets/icon.png",
- "userInterfaceStyle": "light",
- "splash": {
- "image": "./assets/splash.png",
- "resizeMode": "contain",
- "backgroundColor": "#ffffff"
- },
- "assetBundlePatterns": [
- "**/*"
- ],
- "ios": {
- "supportsTablet": true
- },
- "android": {
- "adaptiveIcon": {
- "foregroundImage": "./assets/adaptive-icon.png",
- "backgroundColor": "#ffffff"
- }
- },
- "web": {
- "favicon": "./assets/favicon.png"
- }
- }
+ "expo": {
+ "name": "beasy-mobile",
+ "slug": "beasy-mobile",
+ "version": "1.0.0",
+ "orientation": "portrait",
+ "icon": "./assets/icon.png",
+ "userInterfaceStyle": "light",
+ "splash": {
+ "image": "./assets/splash.png",
+ "resizeMode": "contain",
+ "backgroundColor": "#ffffff"
+ },
+ "assetBundlePatterns": ["**/*"],
+ "ios": {
+ "supportsTablet": true
+ },
+ "android": {
+ "adaptiveIcon": {
+ "foregroundImage": "./assets/adaptive-icon.png",
+ "backgroundColor": "#ffffff"
+ }
+ },
+ "web": {
+ "favicon": "./assets/favicon.png"
+ }
+ }
}
diff --git a/tsconfig.json b/tsconfig.json
index b9567f6..c4a1038 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,6 +1,6 @@
{
- "extends": "expo/tsconfig.base",
- "compilerOptions": {
- "strict": true
- }
+ "extends": "expo/tsconfig.base",
+ "compilerOptions": {
+ "strict": true
+ }
}