diff --git a/app.json b/app.json index eb5d9b0..a51bbb5 100644 --- a/app.json +++ b/app.json @@ -12,9 +12,7 @@ "resizeMode": "contain", "backgroundColor": "#ffffff" }, - "assetBundlePatterns": [ - "**/*" - ], + "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true }, @@ -29,10 +27,7 @@ "output": "static", "favicon": "./assets/images/favicon.png" }, - "plugins": [ - "expo-router", - "expo-font" - ], + "plugins": ["expo-router", "expo-font"], "experiments": { "typedRoutes": true },