-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev: downgrade expo due to build issue
- Loading branch information
1 parent
29a1cf9
commit 7777e16
Showing
8 changed files
with
1,208 additions
and
794 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"24272cdaeff82cc5facdaccd982a6f05b60c4504704bbf94c19a6388659880bb": true, | ||
"b23736bda0aec03214894ed95747b42b13776d80a19735a8cd7d21aa273cd7cc": true, | ||
"61a8e5a060f0ad0431e859a0512017f65a452d0a9c472a60f2c66d748d625914": true, | ||
"1f79428bf218b7be93e905f72656e0121077b328ef66002e48d274ca7a6ba57b": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7777e16
There was a problem hiding this comment.
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:
Please check your GitHub app installation settings and your Expo project's GitHub settings to make sure you've configured everything correctly.