Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
confirmed eas build version
Browse files Browse the repository at this point in the history
  • Loading branch information
RazerMoon committed Dec 20, 2021
1 parent 2844317 commit e504112
Show file tree
Hide file tree
Showing 4 changed files with 2,190 additions and 1,402 deletions.
18 changes: 18 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cli": {
"version": ">= 0.41.1"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}
48 changes: 25 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,39 +14,41 @@
"eject": "expo eject",
"lint": "eslint **/**/*.{ts,tsx}",
"lint:fix": "eslint **/**/*.{ts,tsx} --fix",
"build:android": "version-select & expo build:android",
"build:android": "version-select & eas build --platform android",
"submit:android": "eas submit --platform android",
"eas-build-post-install": "yarn generate-licenses",
"generate-licenses": "npm-license-crawler -onlyDirectDependencies -json ./assets/licenses.json"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.1.0",
"@expo/vector-icons": "^12.0.3",
"@react-native-async-storage/async-storage": "^1.13.4",
"@expo/vector-icons": "^12.0.0",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^5.9.2",
"@react-navigation/stack": "^5.14.2",
"expo": "~40.0.0",
"expo-app-loading": "^1.0.1",
"expo-font": "~8.4.0",
"expo-linear-gradient": "~8.4.0",
"expo-web-browser": "~8.6.0",
"expo": "^44.0.0",
"expo-app-loading": "~1.3.0",
"expo-font": "~10.0.4",
"expo-linear-gradient": "~11.0.0",
"expo-web-browser": "~10.1.0",
"nanoid": "^3.1.20",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-circular-progress": "^1.3.7",
"react-native-gesture-handler": "~1.8.0",
"react-native-gesture-handler": "~2.1.0",
"react-native-paper": "^4.7.1",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-svg": "^12.1.0"
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "12.1.1"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/core": "^7.12.9",
"@expo/config": "^3.3.30",
"@types/react": "~16.9.35",
"@types/react-dom": "~17.0.0",
"@types/react-native": "~0.63.2",
"@types/react": "~17.0.21",
"@types/react-dom": "~17.0.9",
"@types/react-native": "~0.64.12",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "^7.16.0",
Expand All @@ -60,8 +62,8 @@
"expo-optimize": "^0.1.70",
"npm-license-crawler": "^0.2.1",
"prettier": "^2.2.1",
"react-native-web": "~0.13.12",
"typescript": "~4.1.5",
"react-native-web": "0.17.1",
"typescript": "~4.3.5",
"version-select": "^1.0.13"
}
}
}
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
"target": "ES5",
"allowSyntheticDefaultImports": true,
"jsx": "react-native",
"lib": ["esnext"],
"lib": [
"esnext"
],
"moduleResolution": "node",
"noEmit": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"strict": true,
"esModuleInterop": true
}
},
"extends": "expo/tsconfig.base"
}
Loading

0 comments on commit e504112

Please sign in to comment.