We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068641d commit b8e5e91Copy full SHA for b8e5e91
templates/android.js
@@ -48,7 +48,7 @@ public class ${name}Module extends ReactContextBaseJavaModule {
48
49
private final ReactApplicationContext reactContext;
50
51
- public RNShareModule(ReactApplicationContext reactContext) {
+ public ${name}Module(ReactApplicationContext reactContext) {
52
super(reactContext);
53
this.reactContext = reactContext;
54
}
0 commit comments