Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
adapt ohpm 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-C7 committed Mar 30, 2024
1 parent 5ce3bdb commit 740060e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified harmony/svg.har
Binary file not shown.
4 changes: 2 additions & 2 deletions harmony/svg/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"devDependencies": {

},
"name": "rnoh-svg",
"name": "@react-native-oh-tpl/react-native-svg",
"description": "Native part of react-native-svg",
"main": "index.ets",
"version": "13.14.0-0.2.3",
"version": "13.14.0-0.2.4",
"dependencies": {
"rnoh": "file:../rnoh"
}
Expand Down
2 changes: 1 addition & 1 deletion harmony/svg/src/main/cpp/SVGPackage.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace rnoh {
class SVGPackage : public Package {
public:
explicit SVGPackage(Package::Context ctx) : Package(ctx) {}

std::vector<facebook::react::ComponentDescriptorProvider> createComponentDescriptorProviders() override;

ComponentNapiBinderByString createComponentNapiBinderByName() override;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "13.14.0-0.2.3",
"version": "13.14.0-0.2.4",
"name": "@react-native-oh-tpl/react-native-svg",
"description": "SVG library for react-native",
"homepage": "https://github.com/react-native-community/react-native-svg",
Expand Down

0 comments on commit 740060e

Please sign in to comment.