diff --git a/README.md b/README.md index cd59668..c19524b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ To work with this starter template, follow these basic steps: To set up Expo GitHub Actions in the terminal, follow these steps: 1. Create an Expo account and install EAS CLI on your computer: + ``` npm install -g eas-cli eas login @@ -45,6 +46,7 @@ To set up Expo GitHub Actions in the terminal, follow these steps: Follow the prompts, using your Expo account, and overwrite the key when prompted. 2. Generate a personal access token: + - Navigate to [Expo settings](https://expo.dev/settings/access-tokens). - Click "Create token" to generate a new personal access token. - Copy the token generated. @@ -72,4 +74,3 @@ We welcome contributions from the community! If you find any issues or have sugg ## License This project is licensed under the [MIT License](LICENSE). - diff --git a/app.json b/app.json index 5ba480f..a00b982 100644 --- a/app.json +++ b/app.json @@ -12,9 +12,7 @@ "resizeMode": "contain", "backgroundColor": "#ffffff" }, - "assetBundlePatterns": [ - "**/*" - ], + "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true }, @@ -29,9 +27,7 @@ "output": "static", "favicon": "./assets/images/favicon.png" }, - "plugins": [ - "expo-router" - ], + "plugins": ["expo-router"], "experiments": { "typedRoutes": true }, diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index d438c75..c224bc1 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -13,9 +13,7 @@ export default function TabOneScreen() { lightColor="#eee" darkColor="rgba(255,255,255,0.1)" /> - - Find me in app/(tabs)/index.tsx - + Welcome to App Starter );