Skip to content

Commit e01591c

Browse files
committed
fix: spec name
1 parent af97fe2 commit e01591c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/android/src/main/java/com/margelo/rnquicksqlite/RNQuickSQLiteInitModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import androidx.annotation.NonNull;
66
import com.facebook.react.bridge.ReactApplicationContext;
77

8-
public class RNQuickSQLiteInitModule extends NativeQuickSQLiteInitSpec {
8+
public class RNQuickSQLiteInitModule extends NativeRNQuickSQLiteInitSpec {
99
public RNQuickSQLiteInitModule(ReactApplicationContext reactContext) {
1010
super(reactContext);
1111
}

0 commit comments

Comments
 (0)