Skip to content

Commit

Permalink
Add: Expo SDK v49にアップデート
Browse files Browse the repository at this point in the history
  • Loading branch information
yushin-ito committed Nov 2, 2023
1 parent e2322e3 commit 32ba8de
Show file tree
Hide file tree
Showing 9 changed files with 5,026 additions and 3,633 deletions.
3 changes: 2 additions & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

<div align="center">
<img src="https://img.shields.io/badge/version-1.0.0-red.svg">
<img src="https://img.shields.io/github/actions/workflow/status/yushin-ito/farmlink/publish.yml">
<img src="https://img.shields.io/github/actions/workflow/status/yushin-ito/farmlink/app.yml?label=build(app)">
<img src="https://img.shields.io/github/actions/workflow/status/yushin-ito/farmlink/firmware.yml?label=build(firmware)">
<img src="https://img.shields.io/badge/platform-ios%20|%20android-orange.svg">
<img src="https://img.shields.io/github/stars/yushin-ito/farmlink?color=yellow">
<img src="https://img.shields.io/github/commit-activity/t/yushin-ito/farmlink">
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<div align="center">
<img src="https://img.shields.io/badge/version-1.0.0-red.svg">
<img src="https://img.shields.io/github/actions/workflow/status/yushin-ito/farmlink/publish.yml?label=build(app)">
<img src="https://img.shields.io/github/actions/workflow/status/yushin-ito/farmlink/build.yml?label=build(firmware)">
<img src="https://img.shields.io/github/actions/workflow/status/yushin-ito/farmlink/app.yml?label=build(app)">
<img src="https://img.shields.io/github/actions/workflow/status/yushin-ito/farmlink/firmware.yml?label=build(firmware)">
<img src="https://img.shields.io/badge/platform-ios%20|%20android-orange.svg">
<img src="https://img.shields.io/github/stars/yushin-ito/farmlink?color=yellow">
<img src="https://img.shields.io/github/commit-activity/t/yushin-ito/farmlink">
Expand Down
1 change: 1 addition & 0 deletions app/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"newlines-between": "always"
}
],
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-empty-function": "off"
}
}
1 change: 1 addition & 0 deletions app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default ({ config }: ConfigContext): ExtendedExpoConfig => ({
userInterfaceStyle: "automatic",
assetBundlePatterns: ["**/*"],
updates: {
useClassicUpdates: true,
fallbackToCacheTimeout: 0,
},
ios: {
Expand Down
Loading

0 comments on commit 32ba8de

Please sign in to comment.