Skip to content

Commit aa264b9

Browse files
committed
fixed the build number for iOS and Android. Improved the wording for the app drawer buttons
1 parent 59c1d42 commit aa264b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/expo/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
1919
},
2020
assetBundlePatterns: ['**/*'],
2121
ios: {
22-
buildNumber: '1',
22+
buildNumber: '4',
2323
bundleIdentifier: 'com.ramimaalouf.rooots',
2424
supportsTablet: true,
2525
// needs membership to Apple Developer Program to use Push Notifications
@@ -30,7 +30,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
3030
},
3131
},
3232
android: {
33-
versionCode: 1,
33+
versionCode: 4,
3434
package: 'com.ramimaalouf.rooots',
3535
edgeToEdgeEnabled: true,
3636
// googleServicesFile: './android/app/google-services.json',

packages/app/components/AppDrawerContent.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export function AppDrawerContent() {
7575
size="small"
7676
/>
7777
<OnboardingButton
78-
title="✉️ Contact me for help"
78+
title="✉️ Contact Exo Support"
7979
onPress={handleContactPress}
8080
size="small"
8181
/>
@@ -99,7 +99,7 @@ export function AppDrawerContent() {
9999
size="small"
100100
/>
101101
<OnboardingButton
102-
title="⭐ Star us on GitHub"
102+
title="⭐ Star Exo on GitHub"
103103
onPress={() => openLink(LINKS.GITHUB_REPO)}
104104
size="small"
105105
/>

0 commit comments

Comments
 (0)