Skip to content

Commit

Permalink
Merge pull request #235 from SCCapstone/feature/create_beta_apk
Browse files Browse the repository at this point in the history
Feature/create beta apk
  • Loading branch information
nathandolbir authored Feb 27, 2023
2 parents 34db2f2 + bcff4da commit f38d48d
Show file tree
Hide file tree
Showing 8 changed files with 1,097 additions and 773 deletions.
2 changes: 1 addition & 1 deletion App.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const app = () => {
initialRouteName="Mutuals"
tabBarPosition="bottom"
>
<Stack.Screen name="Settings" component={SettingsScreen} />
{/*<Stack.Screen name="Settings" component={SettingsScreen} />*/}
{/* <Stack.Screen name="Explore" component={ExploreScreen} /> */}
<Stack.Screen name="Mutuals" component={MutualScreen} />
<Stack.Screen name="Profile" component={ProfileScreen} />
Expand Down
10 changes: 3 additions & 7 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.jewzydee.gymbit"
Expand All @@ -31,12 +29,10 @@
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
"@config-plugins/detox"
],
"plugins": ["@config-plugins/detox"],
"extra": {
"eas": {
"projectId": "e6de7d41-c1c1-4bb4-9b50-d1af6afb2587"
"projectId": "0777130d-6706-4342-aa9d-630e787674cd"
}
},
"owner": "jewzydee"
Expand Down
Loading

0 comments on commit f38d48d

Please sign in to comment.