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.
2 parents 78ad15e + 7636f6f commit c728becCopy full SHA for c728bec
android/src/main/java/com/op/sqlite/OPSQLiteModule.kt
@@ -51,8 +51,9 @@ internal class OPSQLiteModule(context: ReactApplicationContext?) : ReactContextB
51
}
52
53
@ReactMethod(isBlockingSynchronousMethod = true)
54
- fun getDylibPath(bundleId: String, name: String) {
+ fun getDylibPath(bundleId: String, name: String): Boolean {
55
throw Exception("Do not call getDylibPath on Android")
56
+ return true
57
58
59
@ReactMethod
0 commit comments