diff --git a/biome.json b/biome.json index 487c9bae..767b5bed 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.2.4/schema.json", + "$schema": "https://biomejs.dev/schemas/2.2.5/schema.json", "files": { "includes": [ "**/*", diff --git a/components/_template.tsx b/components/_template.tsx deleted file mode 100644 index a205cc5e..00000000 --- a/components/_template.tsx +++ /dev/null @@ -1,12 +0,0 @@ -import { View, type ViewProps } from "react-native"; -import { Text } from "@/components/common/Text"; - -interface Props extends ViewProps {} - -export const TitleHeader: React.FC = ({ ...props }) => { - return ( - - - - ); -}; diff --git a/login.yaml b/login.yaml deleted file mode 100644 index 54418a9b..00000000 --- a/login.yaml +++ /dev/null @@ -1,6 +0,0 @@ -# login.yaml - -appId: your.app.id ---- -- launchApp -- tapOn: "Text on the screen" diff --git a/package.json b/package.json index 8afe602a..e193d107 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,6 @@ "expo-brightness": "~13.1.4", "expo-build-properties": "~0.14.6", "expo-constants": "~17.1.5", - "expo-dev-client": "^5.2.0", "expo-device": "~7.1.4", "expo-font": "~13.3.1", "expo-haptics": "~14.1.4", @@ -109,8 +108,9 @@ "@types/lodash": "4.17.20", "@types/react": "~19.0.10", "@types/react-test-renderer": "19.1.0", - "expo-doctor": "1.17.9", "cross-env": "10.1.0", + "expo-dev-client": "^5.2.0", + "expo-doctor": "1.17.9", "husky": "9.1.7", "lint-staged": "16.2.3", "react-test-renderer": "19.1.1",