Skip to content

Commit b8e5e91

Browse files
empsfrostney
authored andcommitted
fix for contractor name (#4)
fix: contractor name should be same as the class name
1 parent 068641d commit b8e5e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class ${name}Module extends ReactContextBaseJavaModule {
4848
4949
private final ReactApplicationContext reactContext;
5050
51-
public RNShareModule(ReactApplicationContext reactContext) {
51+
public ${name}Module(ReactApplicationContext reactContext) {
5252
super(reactContext);
5353
this.reactContext = reactContext;
5454
}

0 commit comments

Comments
 (0)