Skip to content

Commit bf04613

Browse files
Merge pull request #25 from tyBrave/sig
fix:Fix RNCSmartRefreshTurboModule file named case problem
2 parents c6f9641 + 7c01316 commit bf04613

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

harmony/smart_refresh_layout.har

5 Bytes
Binary file not shown.

harmony/smart_refresh_layout/BuildProfile.ets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default class BuildProfile {
2-
static readonly HAR_VERSION = '0.6.7-0.2.9';
2+
static readonly HAR_VERSION = '0.6.7-0.2.10';
33
static readonly BUILD_MODE_NAME = 'debug';
44
static readonly DEBUG = true;
55
static readonly TARGET_NAME = 'default';

harmony/smart_refresh_layout/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "@react-native-oh-tpl/react-native-smartrefreshlayout",
77
"description": "Please describe the basic information.",
88
"main": "index.ets",
9-
"version": "0.6.7-0.2.9",
9+
"version": "0.6.7-0.2.10",
1010
"dependencies": {
1111
"@rnoh/react-native-openharmony": "file:../react_native_openharmony"
1212
},

harmony/smart_refresh_layout/src/main/cpp/RNCSmartRefreshTurbomodule.cpp renamed to harmony/smart_refresh_layout/src/main/cpp/RNCSmartRefreshTurboModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* SOFTWARE.
2323
*/
2424

25-
#include "RNCSmartRefreshTurbomodule.h"
25+
#include "RNCSmartRefreshTurboModule.h"
2626

2727
using namespace rnoh;
2828
using namespace facebook;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-smartrefreshlayout",
3-
"version": "0.6.7-0.2.9",
3+
"version": "0.6.7-0.2.10",
44
"description": "基于android SmartRefreshLayout的封装",
55
"harmony": {
66
"alias": "react-native-smartrefreshlayout"

0 commit comments

Comments
 (0)