Skip to content

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-g09 committed Apr 14, 2024
1 parent baf4975 commit d6a9c90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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).

8 changes: 2 additions & 6 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
},
Expand All @@ -29,9 +27,7 @@
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router"
],
"plugins": ["expo-router"],
"experiments": {
"typedRoutes": true
},
Expand Down
4 changes: 1 addition & 3 deletions app/(tabs)/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ export default function TabOneScreen() {
lightColor="#eee"
darkColor="rgba(255,255,255,0.1)"
/>
<Text className="h-20 w-20 bg-black">
Find me in app/(tabs)/index.tsx
</Text>
<Text>Welcome to App Starter</Text>
<EditScreenInfo path="app/(tabs)/index.tsx" />
</View>
);
Expand Down

0 comments on commit d6a9c90

Please sign in to comment.