|
21 | 21 | "build:ios-test": "npx rnv build -p ios -s test -c harness --packageManager yarn --ci -r",
|
22 | 22 | "build:macos-test": "npx rnv build -p macos -s test -c harness --packageManager yarn --ci -r",
|
23 | 23 | "build:tvos-test": "npx rnv build -p tvos -s test -c harness --packageManager yarn --ci -r",
|
24 |
| - "e2e:android": "APPIUM_HOME=./ PLATFORM=android JAVA_HOME=$(/usr/libexec/java_home) wdio wdio.conf.cjs", |
25 |
| - "e2e:androidtv": "APPIUM_HOME=./ PLATFORM=androidtv JAVA_HOME=$(/usr/libexec/java_home) wdio wdio.conf.cjs", |
26 |
| - "e2e:ios": "APPIUM_HOME=./ PLATFORM=ios wdio wdio.conf.cjs", |
27 |
| - "e2e:macos": "PLATFORM=macos ENGINE=electron wdio wdio.conf.cjs", |
28 |
| - "e2e:tvos": "APPIUM_HOME=./ PLATFORM=tvos wdio wdio.conf.cjs", |
29 |
| - "e2e:web": "PLATFORM=web wdio wdio.conf.cjs", |
| 24 | + "e2e:android": "APPIUM_HOME=./ PLATFORM=android JAVA_HOME=$(/usr/libexec/java_home) wdio wdio.conf.js", |
| 25 | + "e2e:androidtv": "APPIUM_HOME=./ PLATFORM=androidtv JAVA_HOME=$(/usr/libexec/java_home) wdio wdio.conf.js", |
| 26 | + "e2e:ios": "APPIUM_HOME=./ PLATFORM=ios wdio wdio.conf.js", |
| 27 | + "e2e:macos": "PLATFORM=macos ENGINE=electron wdio wdio.conf.js", |
| 28 | + "e2e:tvos": "APPIUM_HOME=./ PLATFORM=tvos wdio wdio.conf.js", |
| 29 | + "e2e:web": "PLATFORM=web wdio wdio.conf.js", |
30 | 30 | "report": "yarn report:generate && yarn report:open",
|
31 | 31 | "report:generate": "npx allure generate --clean reporting/allure-results -o reporting/allure-report",
|
32 | 32 | "report:open": "npx allure open reporting/allure-report",
|
|
42 | 42 | "dependencies": {
|
43 | 43 | "@lightningjs/cli": "2.13.0",
|
44 | 44 | "@lightningjs/sdk": "5.5.1",
|
| 45 | + "@react-native-community/cli": "15.0.1", |
45 | 46 | "@react-native-community/push-notification-ios": "1.11.0",
|
46 | 47 | "@react-native-firebase/app": "20.0.0",
|
47 | 48 | "@rnv/renative": "1.10.0-rc.0",
|
|
51 | 52 | "react": "18.3.1",
|
52 | 53 | "react-art": "18.3.1",
|
53 | 54 | "react-dom": "18.3.1",
|
54 |
| - "react-native": "0.73.4", |
| 55 | + "react-native": "0.76.5", |
55 | 56 | "react-native-carplay": "2.3.0",
|
56 | 57 | "react-native-fs": "2.20.0",
|
57 |
| - "react-native-gesture-handler": "2.16.2", |
58 |
| - "react-native-google-cast": "4.8.0", |
| 58 | + "react-native-gesture-handler": "2.21.2", |
| 59 | + "react-native-google-cast": "4.8.3", |
59 | 60 | "react-native-orientation-locker": "1.7.0",
|
60 |
| - "react-native-permissions": "4.1.5", |
| 61 | + "react-native-permissions": "5.2.1", |
61 | 62 | "react-native-photo-editor": "github:AppGyver/react-native-photo-editor#v0.1.2",
|
62 |
| - "react-native-safe-area-context": "4.10.3", |
| 63 | + "react-native-safe-area-context": "5.0.0", |
63 | 64 | "react-native-splash-screen": "3.3.0",
|
64 |
| - "react-native-tvos": "0.73.6-0", |
| 65 | + "react-native-tvos": "0.76.5-0", |
65 | 66 | "react-native-web": "0.19.12",
|
66 | 67 | "rn-fetch-blob": "0.12.0"
|
67 | 68 | },
|
|
0 commit comments