Skip to content

Commit

Permalink
chore: migrate to expo SDK 52 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan authored Nov 17, 2024
1 parent 973eb02 commit a95c880
Show file tree
Hide file tree
Showing 6 changed files with 2,512 additions and 3,406 deletions.
5 changes: 0 additions & 5 deletions .firebaserc

This file was deleted.

5 changes: 3 additions & 2 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ export default ({config}: ConfigContext): ExpoConfig => ({
name: 'myapp',
scheme: 'myapp',
slug: 'myapp-slug',
privacy: 'public',
platforms: ['ios', 'android', 'web'],
version,
orientation: 'default',
icon: './assets/icon.png',
newArchEnabled: true,
plugins: [
// @ts-ignore
withAndroidLocalizedName,
Expand All @@ -57,9 +57,10 @@ export default ({config}: ConfigContext): ExpoConfig => ({
typedRoutes: true,
},
splash: {
image: './assets/splash.png',
image: './assets/icon.png',
resizeMode: 'contain',
backgroundColor: '#1B1B1B',
imageWidth: 200,
},
extra: {
ROOT_URL: process.env.ROOT_URL,
Expand Down
1 change: 1 addition & 0 deletions app/details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {t} from '../src/STRINGS';
const Container = styled.View`
flex: 1;
align-self: stretch;
background-color: ${({theme}) => theme.bg.basic};
`;

Expand Down
Binary file modified bun.lockb
Binary file not shown.
69 changes: 36 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,55 +13,58 @@
"fix:deps": "expo install --fix",
"lint:all": "bun lint && bun lint:i18n",
"build:web": "expo export --platform web",
"test": "jest --runInBand"
"test": "jest --runInBand",
"eas:android": "eas build --profile preview --platform android",
"eas:prod:android": "eas build --profile production --platform android",
"eas:prod:ios": "eas build --profile production --platform ios"
},
"dependencies": {
"@emotion/native": "^11.11.0",
"@emotion/react": "^11.13.3",
"@expo/match-media": "^0.4.0",
"@expo/react-native-action-sheet": "^4.1.0",
"@react-native-async-storage/async-storage": "2.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"@shopify/flash-list": "1.7.1",
"date-fns": "^4.1.0",
"dooboo-ui": "^0.2.38",
"expo": "~51.0.37",
"expo-constants": "~16.0.2",
"expo-device": "~6.0.2",
"expo-font": "~12.0.10",
"expo-image": "~1.13.0",
"expo-image-picker": "~15.0.7",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-localization": "~15.0.3",
"expo-notifications": "~0.28.18",
"expo-router": "~3.5.23",
"expo-screen-orientation": "~7.0.5",
"expo-sharing": "~12.0.1",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-tracking-transparency": "~4.0.2",
"expo-updates": "~0.25.27",
"expo-web-browser": "~13.0.3",
"expo": "^52.0.0",
"expo-constants": "~17.0.3",
"expo-device": "~7.0.1",
"expo-font": "~13.0.1",
"expo-image": "~2.0.0",
"expo-image-picker": "~16.0.2",
"expo-linear-gradient": "~14.0.1",
"expo-linking": "~7.0.2",
"expo-localization": "~16.0.0",
"expo-notifications": "~0.29.8",
"expo-router": "~4.0.6",
"expo-screen-orientation": "~8.0.0",
"expo-sharing": "~13.0.0",
"expo-splash-screen": "~0.29.11",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.3",
"expo-tracking-transparency": "~5.0.0",
"expo-updates": "~0.26.7",
"expo-web-browser": "~14.0.1",
"i18n-js": "4.4.3",
"lottie-react-native": "7.0.0",
"lottie-react-native": "7.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "~0.75.4",
"react-native": "0.76.2",
"react-native-error-boundary": "^1.2.5",
"react-native-gesture-handler": "~2.20.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "6.4.1",
"react-native-parsed-text": "^0.0.22",
"react-native-reanimated": "~3.15.5",
"react-native-safe-area-context": "4.11.0",
"react-native-screens": "~3.34.0",
"react-native-svg": "15.7.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "^4.0.0",
"react-native-svg": "15.8.0",
"react-native-tab-view": "^3.5.2",
"react-native-web": "~0.19.12",
"react-native-web": "~0.19.13",
"react-native-web-lottie": "^1.4.4",
"react-native-webview": "13.12.3"
"react-native-webview": "13.12.2"
},
"devDependencies": {
"@babel/core": "^7.25.8",
Expand All @@ -75,19 +78,19 @@
"@testing-library/react-native": "^12.7.2",
"@types/i18n-js": "^3.8.9",
"@types/jest": "^29.5.13",
"@types/react": "~18.3.11",
"@types/react": "~18.3.12",
"ajv": "^8.17.1",
"babel-jest": "^29.7.0",
"commitlint-plugin-function-rules": "^4.0.0",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"eslint-config-expo": "^7.1.2",
"eslint-config-expo": "~8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-i18n-json": "^4.0.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"jest-expo": "~51.0.4",
"jest-expo": "~52.0.2",
"jest-fetch-mock": "^3.0.3",
"prettier": "^3.3.3",
"react-test-renderer": "18.3.1",
Expand Down
Loading

0 comments on commit a95c880

Please sign in to comment.