@react-native-ohos/react-native-context-menu-view 1.16.1-rc.2 → 1.16.1

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.
package/README.md CHANGED
@@ -4,9 +4,9 @@ This project is based on [react-native-context-menu-view@1.12.0](https://github.
4
4
 
5
5
  ## Documentation
6
6
 
7
- - [中文](https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/react-native-context-menu-view.md)
7
+ - [中文](https://gitcode.com/OpenHarmony-RN/usage-docs/blob/master/zh-cn/react-native-context-menu-view.md)
8
8
 
9
- - [English](https://gitee.com/react-native-oh-library/usage-docs/blob/master/en/react-native-context-menu-view.md)
9
+ - [English](https://gitcode.com/OpenHarmony-RN/usage-docs/blob/master/en/react-native-context-menu-view.md)
10
10
 
11
11
  ## License
12
12
 
@@ -0,0 +1,19 @@
1
+ {
2
+ "meta": {
3
+ "stableOrder": true,
4
+ "enableUnifiedLockfile": false
5
+ },
6
+ "lockfileVersion": 3,
7
+ "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.",
8
+ "specifiers": {
9
+ "@rnoh/react-native-openharmony@../../../../code/reanimated/tester/harmony/react-native-openharmony-0.72.59.har": "@rnoh/react-native-openharmony@../../../../code/reanimated/tester/harmony/react-native-openharmony-0.72.59.har"
10
+ },
11
+ "packages": {
12
+ "@rnoh/react-native-openharmony@../../../../code/reanimated/tester/harmony/react-native-openharmony-0.72.59.har": {
13
+ "name": "@rnoh/react-native-openharmony",
14
+ "version": "0.72.59",
15
+ "resolved": "../../../../code/reanimated/tester/harmony/react-native-openharmony-0.72.59.har",
16
+ "registryType": "local"
17
+ }
18
+ }
19
+ }
@@ -2,7 +2,7 @@
2
2
  license: 'ISC',
3
3
  types: '',
4
4
  name: "@react-native-ohos/react-native-context-menu-view",
5
- version: '1.16.1-rc.2',
5
+ version: '1.16.1',
6
6
  description: '',
7
7
  main: 'index.ets',
8
8
  type: 'module',
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-ohos/react-native-context-menu-view",
3
- "version": "1.16.1-rc.2",
3
+ "version": "1.16.1",
4
4
  "description": "Use native context menu views from React Native",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -10,6 +10,7 @@
10
10
  "ios",
11
11
  "harmony",
12
12
  "react-native-context-menu-view.podspec",
13
+ "!harmony/context_menu/build",
13
14
  "!android/build",
14
15
  "!ios/build",
15
16
  "!**/__tests__",
@@ -1,26 +0,0 @@
1
- require "json"
2
-
3
- package = JSON.parse(File.read(File.join(__dir__, "package.json")))
4
-
5
- Pod::Spec.new do |s|
6
- s.name = "react-native-context-menu-view"
7
- s.version = package["version"]
8
- s.summary = package["description"]
9
- s.description = <<-DESC
10
- react-native-context-menu-view
11
- DESC
12
- s.homepage = "https://github.com/mpiannucci/react-native-context-menu-view"
13
- s.license = "MIT"
14
- # s.license = { :type => "MIT", :file => "FILE_LICENSE" }
15
- s.authors = { "Matthew Iannucci" => "mpiannucci@gmail.com" }
16
- s.platforms = { :ios => "9.0" }
17
- s.source = { :git => "https://github.com/mpiannucci/react-native-context-menu-view.git", :tag => "#{s.version}" }
18
-
19
- s.source_files = "ios/**/*.{h,m,swift}"
20
- s.requires_arc = true
21
-
22
- s.dependency "React"
23
- # ...
24
- # s.dependency "..."
25
- end
26
-