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 af97fe2 commit e01591cCopy full SHA for e01591c
package/android/src/main/java/com/margelo/rnquicksqlite/RNQuickSQLiteInitModule.java
@@ -5,7 +5,7 @@
5
import androidx.annotation.NonNull;
6
import com.facebook.react.bridge.ReactApplicationContext;
7
8
-public class RNQuickSQLiteInitModule extends NativeQuickSQLiteInitSpec {
+public class RNQuickSQLiteInitModule extends NativeRNQuickSQLiteInitSpec {
9
public RNQuickSQLiteInitModule(ReactApplicationContext reactContext) {
10
super(reactContext);
11
}
0 commit comments