@react-native-ohos/react-native-tab-view 4.0.11-rc.1 → 4.0.11-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ export { PagerViewAdapter as Pager } from "./PagerViewAdapter.js";
4
+ //# sourceMappingURL=Pager.harmony.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["PagerViewAdapter","Pager"],"sourceRoot":"..\\..\\src","sources":["Pager.harmony.tsx"],"mappings":";;AAAA,SAASA,gBAAgB,IAAIC,KAAK,QAAQ,uBAAoB","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ export { PagerViewAdapter as Pager } from './PagerViewAdapter';
2
+ //# sourceMappingURL=Pager.harmony.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pager.harmony.d.ts","sourceRoot":"","sources":["../../../src/Pager.harmony.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,IAAI,KAAK,EAAE,MAAM,oBAAoB,CAAC"}
package/package.json CHANGED
@@ -1,79 +1,83 @@
1
- {
2
- "name": "@react-native-ohos/react-native-tab-view",
3
- "description": "Tab view component for React Native",
4
- "version": "4.0.11-rc.1",
5
- "keywords": [
6
- "react-native-component",
7
- "react-component",
8
- "react-native",
9
- "ios",
10
- "android",
11
- "tab",
12
- "swipe",
13
- "scrollable",
14
- "coverflow"
15
- ],
16
- "license": "MIT",
17
- "repository": {
18
- "type": "git",
19
- "url": "git+https://gitcode.com/openharmony-sig/rntpc_react-navigation.git",
20
- "directory": "packages/react-native-tab-view"
21
- },
22
- "source": "./src/index.tsx",
23
- "main": "./lib/module/index.js",
24
- "types": "./lib/typescript/src/index.d.ts",
25
- "exports": {
26
- ".": {
27
- "types": "./lib/typescript/src/index.d.ts",
28
- "default": "./lib/module/index.js"
29
- },
30
- "./package.json": "./package.json"
31
- },
32
- "files": [
33
- "src",
34
- "lib",
35
- "!**/__tests__"
36
- ],
37
- "sideEffects": false,
38
- "scripts": {
39
- "prepack": "bob build",
40
- "clean": "del lib"
41
- },
42
- "dependencies": {
43
- "use-latest-callback": "^0.2.1"
44
- },
45
- "devDependencies": {
46
- "@jest/globals": "^29.7.0",
47
- "@testing-library/react-native": "^12.8.1",
48
- "del-cli": "^5.1.0",
49
- "react": "18.3.1",
50
- "react-native": "0.76.2",
51
- "react-native-builder-bob": "^0.40.0",
52
- "react-native-pager-view": "6.5.1",
53
- "react-test-renderer": "18.2.0",
54
- "typescript": "^5.5.2"
55
- },
56
- "peerDependencies": {
57
- "react": ">= 18.2.0",
58
- "react-native": "*",
59
- "react-native-pager-view": ">= 6.0.0"
60
- },
61
- "react-native-builder-bob": {
62
- "source": "src",
63
- "output": "lib",
64
- "targets": [
65
- [
66
- "module",
67
- {
68
- "esm": true
69
- }
70
- ],
71
- [
72
- "typescript",
73
- {
74
- "project": "tsconfig.build.json"
75
- }
76
- ]
77
- ]
78
- }
79
- }
1
+ {
2
+ "name": "@react-native-ohos/react-native-tab-view",
3
+ "description": "Tab view component for React Native",
4
+ "version": "4.0.11-rc.3",
5
+ "harmony": {
6
+ "alias": "react-native-tab-view"
7
+ },
8
+ "keywords": [
9
+ "react-native-component",
10
+ "react-component",
11
+ "react-native",
12
+ "ios",
13
+ "android",
14
+ "tab",
15
+ "swipe",
16
+ "scrollable",
17
+ "coverflow"
18
+ ],
19
+ "license": "MIT",
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://gitcode.com/openharmony-sig/rntpc_react-navigation.git",
23
+ "directory": "packages/react-native-tab-view"
24
+ },
25
+ "source": "./src/index.tsx",
26
+ "main": "./lib/module/index.js",
27
+ "types": "./lib/typescript/src/index.d.ts",
28
+ "exports": {
29
+ ".": {
30
+ "types": "./lib/typescript/src/index.d.ts",
31
+ "default": "./lib/module/index.js"
32
+ },
33
+ "./package.json": "./package.json"
34
+ },
35
+ "files": [
36
+ "src",
37
+ "lib",
38
+ "!**/__tests__"
39
+ ],
40
+ "sideEffects": false,
41
+ "scripts": {
42
+ "prepack": "bob build",
43
+ "clean": "del lib"
44
+ },
45
+ "dependencies": {
46
+ "react-native-tab-view": "4.0.10",
47
+ "use-latest-callback": "^0.2.1"
48
+ },
49
+ "devDependencies": {
50
+ "@jest/globals": "^29.7.0",
51
+ "@testing-library/react-native": "^12.8.1",
52
+ "del-cli": "^5.1.0",
53
+ "react": "18.3.1",
54
+ "react-native": "0.76.2",
55
+ "react-native-builder-bob": "^0.40.0",
56
+ "react-native-pager-view": "6.5.1",
57
+ "react-test-renderer": "18.2.0",
58
+ "typescript": "^5.5.2"
59
+ },
60
+ "peerDependencies": {
61
+ "react": ">= 18.2.0",
62
+ "react-native": "*",
63
+ "react-native-pager-view": ">= 6.0.0"
64
+ },
65
+ "react-native-builder-bob": {
66
+ "source": "src",
67
+ "output": "lib",
68
+ "targets": [
69
+ [
70
+ "module",
71
+ {
72
+ "esm": true
73
+ }
74
+ ],
75
+ [
76
+ "typescript",
77
+ {
78
+ "project": "tsconfig.build.json"
79
+ }
80
+ ]
81
+ ]
82
+ }
83
+ }
@@ -0,0 +1 @@
1
+ export { PagerViewAdapter as Pager } from './PagerViewAdapter';