Skip to content

Commit

Permalink
fix: app icon and gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Risuleia committed Aug 27, 2023
1 parent 81c016a commit 71a4c41
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 49 deletions.
20 changes: 19 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,24 @@
"splash": {
"image": "./assets/splash.png",
"backgroundColor": "#B1C0E8"
}
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "a29396a9-864c-45f7-9815-43657407ac25"
}
},
"android": {
"package": "com.risuleia.Mentis"
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/a29396a9-864c-45f7-9815-43657407ac25"
},
"ios": {}
}
}
Binary file modified 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.
22 changes: 22 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"cli": {
"version": ">= 4.1.2"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"android": {
"buildType": "apk"
}
}
},
"submit": {
"production": {}
}
}
3 changes: 3 additions & 0 deletions metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ module.exports = {
resolver: {
extraNodeModules: require('node-libs-react-native'),
},
transformer: {
assetPlugins: ['expo-asset/tools/hashAssetFiles'],
},
};
81 changes: 36 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@react-native-community/slider": "4.4.2",
"axios": "^1.4.0",
"eslint-plugin-react-hooks": "^4.6.0",
"expo": "^49.0.4",
"expo": "~49.0.6",
"expo-constants": "~14.4.2",
"expo-font": "~11.4.0",
"expo-linear-gradient": "~12.3.0",
Expand All @@ -34,8 +34,7 @@
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-web": "~0.19.6",
"expo-av": "~13.4.1"
"react-native-web": "~0.19.6"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down

0 comments on commit 71a4c41

Please sign in to comment.