Skip to content

Commit

Permalink
✨ Update logo and badge
Browse files Browse the repository at this point in the history
  • Loading branch information
shunkosa committed Dec 9, 2022
1 parent f8183d8 commit 75b35af
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
11 changes: 8 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"ios": {
"bundleIdentifier": "com.sfdo.community.grassrootsmobilesurveyapp",
"buildNumber": "1"
"buildNumber": "4"
},
"android": {
"package": "com.sfdo.community.grassrootsmobilesurveyapp",
Expand All @@ -21,7 +21,7 @@
},
"permissions": []
},
"version": "0.8.0",
"version": "0.9.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"splash": {
Expand All @@ -36,6 +36,11 @@
"assets/**/*"
],
"description": "The Grassroots Mobile Survey App is focused on providing affordable field survey capacity to nonprofits worldwide.",
"githubUrl": "https://github.com/SFDO-Community-Sprints/GrassrootsMobileSurveyApp"
"githubUrl": "https://github.com/SFDO-Community-Sprints/GrassrootsMobileSurveyApp",
"extra": {
"eas": {
"projectId": "fa9308f4-2397-4ade-8d90-93a2d84bb516"
}
}
}
}
Binary file added assets/images/badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion eas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cli": {
"version": ">= 0.52.0"
"version": ">= 0.52.0",
"promptToConfigurePushNotifications": false
},
"build": {
"development": {
Expand Down
2 changes: 1 addition & 1 deletion src/screens/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function Login() {
<KeyboardAwareScrollView style={styles.flex1}>
<Loader loading={showsSpinner} />
<View style={styles.container}>
<Image source={require('../../assets/images/icon.png')} style={styles.logoStyle} />
<Image source={require('../../assets/images/badge.png')} style={styles.logoStyle} />
</View>
<View style={styles.inputBoxesView}>
<LoginFormInput
Expand Down

0 comments on commit 75b35af

Please sign in to comment.