|
9 | 9 | "Thibault Malbranche <[email protected]>" |
10 | 10 | ], |
11 | 11 | "license": "MIT", |
12 | | - "version": "13.10.2-0.2.33", |
| 12 | + "version": "13.10.2-0.2.34", |
13 | 13 | "homepage": "https://github.com/react-native-webview/react-native-webview#readme", |
14 | 14 | "scripts": { |
15 | 15 | "android": "react-native run-android", |
|
25 | 25 | "prepare": "yarn prepare:types && yarn build", |
26 | 26 | "appium": "appium", |
27 | 27 | "test:windows": "yarn jest --setupFiles=./jest-setups/jest.setup.js", |
28 | | - "add:macos": "yarn add [email protected]" |
| 28 | + "add:macos": "yarn add [email protected]", |
| 29 | + "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-webview --cpp-output-path ./harmony/rn_webview/src/main/cpp/generated --ets-output-path ./harmony/rn_webview/src/main/ets/generated --turbo-modules-spec-paths ./src --arkts-components-spec-paths ./src" |
29 | 30 | }, |
30 | 31 | "rn-docs": { |
31 | 32 | "title": "Webview", |
|
36 | 37 | "react-native": "*" |
37 | 38 | }, |
38 | 39 | "dependencies": { |
39 | | - "react-native-webview": "13.10.2", |
40 | 40 | "escape-string-regexp": "2.0.0", |
41 | | - "invariant": "2.2.4" |
| 41 | + "invariant": "2.2.4", |
| 42 | + "react-native-webview": "13.10.2" |
42 | 43 | }, |
43 | 44 | "devDependencies": { |
44 | 45 | "@babel/cli": "^7.20.0", |
|
49 | 50 | "@react-native/eslint-config": "0.73.2", |
50 | 51 | "@react-native/metro-config": "0.73.5", |
51 | 52 | "@react-native/typescript-config": "0.73.1", |
| 53 | + "@rnoh/react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27", |
52 | 54 | "@rnx-kit/metro-config": "1.3.15", |
53 | 55 | "@semantic-release/git": "7.0.16", |
54 | 56 | "@types/invariant": "^2.2.30", |
|
83 | 85 | "!**/__fixtures__", |
84 | 86 | "!**/__mocks__" |
85 | 87 | ], |
86 | | - "keywords": ["react-native", "ios", "android", "harmony"], |
| 88 | + "keywords": [ |
| 89 | + "react-native", |
| 90 | + "ios", |
| 91 | + "android", |
| 92 | + "harmony" |
| 93 | + ], |
87 | 94 | "harmony": { |
88 | 95 | "alias": "react-native-webview", |
89 | | - "codegenConfig": { |
| 96 | + "codegenConfig": { |
90 | 97 | "specPaths": [ |
91 | 98 | "./src" |
92 | 99 | ] |
|
0 commit comments