Skip to content

Commit

Permalink
added app graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
gkasdorf committed Jun 12, 2023
1 parent d02dfdc commit 207d338
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ made, we can expect this library to be updated by Lemmy developers themselves. T

## Contribution
You are more than welcome to contribute to the codebase on your own. Simply open up an issue or PR and we'll talk! You
can always add me on Discord if you want as well: gk#5175
can always add me on Discord if you want as well: gk#5175

## Acknowledgements
Thanks to [[email protected]](https://lemmy.world/u/Interstellar_1) for creating app graphics.
14 changes: 12 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
{
"expo": {
"scheme": "acme",
"scheme": "memmy",
"web": {
"bundler": "metro"
},
"name": "memmy",
"slug": "memmy",
"version": "0.0.1",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"extra": {
"eas": {
"projectId": "4597fe91-1b05-41ad-a76d-d38679e90d53"
}
},
"ios": {
"bundleIdentifier": "com.gkasdorf.memmy"
"bundleIdentifier": "com.gkasdorf.memmy",
"supportsTablet": false,
"buildNumber": "1"
},
"plugins": [
[
Expand Down
Binary file added assets/icon.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 added assets/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"preview": {
"distribution": "internal"
},
"production": {}
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
Expand Down

0 comments on commit 207d338

Please sign in to comment.