Skip to content

Commit

Permalink
dev: downgrade expo due to build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chamarasanjeewadev committed Oct 14, 2024
1 parent 29a1cf9 commit 7777e16
Show file tree
Hide file tree
Showing 8 changed files with 1,208 additions and 794 deletions.
11 changes: 11 additions & 0 deletions .expo-shared/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
> Why do I have a folder named ".expo-shared" in my project?
The ".expo-shared" folder is created when running commands that produce state that is intended to be shared with all developers on the project. For example, "npx expo-optimize".

> What does the "assets.json" file contain?
The "assets.json" file describes the assets that have been optimized through "expo-optimize" and do not need to be processed again.

> Should I commit the ".expo-shared" folder?
Yes, you should share the ".expo-shared" folder with your collaborators.
6 changes: 6 additions & 0 deletions .expo-shared/assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"24272cdaeff82cc5facdaccd982a6f05b60c4504704bbf94c19a6388659880bb": true,
"b23736bda0aec03214894ed95747b42b13776d80a19735a8cd7d21aa273cd7cc": true,
"61a8e5a060f0ad0431e859a0512017f65a452d0a9c472a60f2c66d748d625914": true,
"1f79428bf218b7be93e905f72656e0121077b328ef66002e48d274ca7a6ba57b": true
}
13 changes: 11 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,23 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "com.finance.digest"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000000"
},
"package": "com.finance.digest"
},
"extra": {
"eas": {
"projectId": "210394d0-907e-4f76-bb96-6793338a62ab"
}
}
}
Expand Down
Binary file modified assets/adaptive-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 modified 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.
28 changes: 28 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"build": {
"production": {
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleRelease"

}
},
"testing": {
"android": {
"buildType": "apk"
}
},
"local-release": {
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleRelease"
},
"env": {
"ANDROID_SDK_ROOT": "/Users/apple/Library/Android/sdk"
}
}
},
"cli": {
"version": ">= 3.13.0"
}
}
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Finance-digest",
"name": "finance-digest",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"start": "expo start",
"prebuild": "expo prebuild",
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\" && prettier -c \"**/*.{js,jsx,ts,tsx,json}\"",
Expand All @@ -14,33 +14,34 @@
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@hookform/resolvers": "^3.9.0",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-navigation/native": "^6.1.7",
"@tanstack/react-query": "^5.59.8",
"add": "^2.0.6",
"axios": "^1.3.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"expo": "^51.0.37",
"expo-constants": "~16.0.1",
"expo-font": "~12.0.10",
"expo-linking": "~6.3.1",
"expo-notifications": "^0.28.18",
"expo-router": "~3.5.14",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.4",
"expo-web-browser": "~13.0.3",
"nativewind": "next",
"expo": "50.0.21",
"expo-constants": "~15.4.6",
"expo-font": "~11.10.3",
"expo-linking": "~6.2.2",
"expo-modules-core": "~1.11.14",
"expo-notifications": "~0.27.8",
"expo-router": "~3.4.10",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.4",
"expo-web-browser": "~12.8.2",
"nativewind": "^4.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.53.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react-native": "0.73.6",
"react-native-gesture-handler": "~2.14.0",
"react-native-reanimated": "^3.15.5",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "^15.7.1",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-native-web": "~0.19.10",
"tailwind-merge": "^2.5.3",
"yarn": "^1.22.22",
Expand All @@ -58,7 +59,7 @@
"jest": "^29.7.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.3.2",
"tailwindcss": "^3.4.13",
"ts-jest": "^29.2.5",
"typescript": "~5.3.3"
},
Expand Down
1,903 changes: 1,131 additions & 772 deletions yarn.lock

Large diffs are not rendered by default.

1 comment on commit 7777e16

@expo
Copy link

@expo expo bot commented on 7777e16 Oct 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub Build Trigger Failure

The build trigger failed with the following error:

MISSING_EAS_JSON_PROFILE_ERROR: Missing build profile in eas.json: preview

Please check your GitHub app installation settings and your Expo project's GitHub settings to make sure you've configured everything correctly.

Please sign in to comment.