From 7b19bf6a361f18d446766129825a5f0ed0c99677 Mon Sep 17 00:00:00 2001 From: jingjingliu Date: Thu, 11 Jun 2026 14:33:34 +0800 Subject: [PATCH] release:@react-native-ohos/react-native-modalbox@2.0.3 Signed-off-by: jingjingliu --- README.md | 6 +++--- package.json | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 639e820..e70af65 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# @react-native-oh-tpl/react-native-modalbox +# @react-native-ohos/react-native-modalbox This project is based on [react-native-modalbox](https://github.com/maxs15/react-native-modalbox) ## Documentation -- [中文](https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/react-native-modalbox.md) +- [中文](https://gitcode.com/CPF-RN/usage-docs/blob/master/zh-cn/react-native-modalbox.md) -- [English](https://gitee.com/react-native-oh-library/usage-docs/blob/master/en/react-native-modalbox.md) +- [English](https://gitcode.com/CPF-RN/usage-docs/blob/master/en/react-native-modalbox.md) ## License diff --git a/package.json b/package.json index 208518c..88ab9e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@react-native-oh-tpl/react-native-modalbox", - "version": "2.0.2-0.0.1", + "name": "@react-native-ohos/react-native-modalbox", + "version": "2.0.3", "description": "A component for react-native", "main": "index.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/maxs15/react-native-modalbox.git" + "url": "git+https://github.com/react-native-oh-library/react-native-modalbox.git" }, "keywords": [ "react-component", @@ -23,9 +23,9 @@ "author": "Max", "license": "MIT", "bugs": { - "url": "https://github.com/maxs15/react-native-modalbox/issues" + "url": "https://github.com/react-native-oh-library/react-native-modalbox/issues" }, - "homepage": "https://github.com/maxs15/react-native-modalbox#readme", + "homepage": "https://github.com/react-native-oh-library/react-native-modalbox#readme", "dependencies": { "prop-types": "^15.5.10", "react-native-modalbox": "2.0.2"