Skip to content

Commit e74aa43

Browse files
author
tangzengwei
committed
fix NativeModule exported name error
1 parent 2c77427 commit e74aa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/wechatlib/WeChatLibModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public WeChatLibModule(ReactApplicationContext context) {
112112

113113
@Override
114114
public String getName() {
115-
return "RCTWeChat";
115+
return "WeChat";
116116
}
117117

118118
/**

0 commit comments

Comments
 (0)