File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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',
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments