Skip to content

Commit 8c9a470

Browse files
Merge pull request #1 from sarthakpranesh/develop
Updated template packages and configurations
2 parents 2c8532a + 5a6ee46 commit 8c9a470

File tree

6 files changed

+8436
-5308
lines changed

6 files changed

+8436
-5308
lines changed

eas.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"cli": {
3+
"version": ">= 0.57.0"
4+
},
5+
"build": {
6+
"development": {
7+
"developmentClient": true,
8+
"distribution": "internal"
9+
},
10+
"preview": {
11+
"distribution": "internal"
12+
},
13+
"production": {}
14+
},
15+
"submit": {
16+
"production": {}
17+
}
18+
}

package.json

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,47 +7,48 @@
77
"web": "expo start --web",
88
"eject": "expo eject",
99
"desktop": "tauri dev",
10-
"build-android": "expo build:android",
11-
"build-ios": "expo build:ios",
12-
"build-web": "expo build:web",
10+
"build-android": "eas build -p android",
11+
"build-ios": "eas build -p ios",
12+
"build-web": "expo export:web",
1313
"build-desktop": "tauri build",
1414
"lint": "eslint ."
1515
},
1616
"dependencies": {
17-
"@react-native-async-storage/async-storage": "~1.15.0",
18-
"@react-navigation/native": "^6.0.2",
19-
"@react-navigation/stack": "^6.0.7",
20-
"@tauri-apps/api": "^1.0.0-beta.8",
17+
"@expo/webpack-config": "^0.17.0",
18+
"@react-native-async-storage/async-storage": "~1.17.3",
19+
"@react-navigation/native": "^6.0.11",
20+
"@react-navigation/stack": "^6.2.2",
21+
"@tauri-apps/api": "^1.0.2",
2122
"deepmerge": "^4.2.2",
22-
"expo": "~42.0.1",
23-
"expo-splash-screen": "~0.11.2",
24-
"expo-status-bar": "~1.0.4",
25-
"react": "16.13.1",
26-
"react-dom": "^17.0.2",
27-
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
28-
"react-native-gesture-handler": "~1.10.2",
29-
"react-native-paper": "^4.9.2",
30-
"react-native-safe-area-context": "3.2.0",
31-
"react-native-screens": "~3.4.0",
32-
"react-native-web": "^0.17.1",
33-
"react-redux": "^7.2.5",
34-
"redux": "^4.1.1",
23+
"expo": "^46.0.0",
24+
"expo-splash-screen": "~0.16.1",
25+
"expo-status-bar": "~1.4.0",
26+
"react": "18.0.0",
27+
"react-dom": "18.0.0",
28+
"react-native": "0.69.3",
29+
"react-native-gesture-handler": "~2.5.0",
30+
"react-native-paper": "^4.12.4",
31+
"react-native-safe-area-context": "4.3.1",
32+
"react-native-screens": "~3.15.0",
33+
"react-native-web": "~0.18.7",
34+
"react-redux": "^8.0.2",
35+
"redux": "^4.2.0",
3536
"redux-logger": "^3.0.6",
3637
"redux-persist": "^6.0.0"
3738
},
3839
"devDependencies": {
39-
"@babel/core": "^7.9.0",
40-
"@tauri-apps/cli": "^1.0.0-beta.10",
41-
"@types/react": "~16.9.35",
42-
"@types/react-native": "~0.63.2",
40+
"@babel/core": "^7.18.6",
41+
"@tauri-apps/cli": "^1.0.5",
42+
"@types/react": "~18.0.0",
43+
"@types/react-native": "~0.69.1",
4344
"@types/redux-logger": "^3.0.9",
44-
"@typescript-eslint/eslint-plugin": "^4.31.0",
45-
"@typescript-eslint/parser": "^4.31.0",
46-
"babel-preset-expo": "^8.4.1",
47-
"eslint": "^7.32.0",
48-
"eslint-config-universe": "^7.0.1",
49-
"prettier": "^2.3.2",
50-
"typescript": "~4.0.0"
45+
"@typescript-eslint/eslint-plugin": "^5.32.0",
46+
"@typescript-eslint/parser": "^5.32.0",
47+
"babel-preset-expo": "~9.2.0",
48+
"eslint": "^8.21.0",
49+
"eslint-config-universe": "^11.1.0",
50+
"prettier": "^2.7.1",
51+
"typescript": "^4.6.3"
5152
},
5253
"private": true,
5354
"eslintConfig": {

0 commit comments

Comments
 (0)