You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'QuickSQLite TurboModule not found. Maybe try rebuilding the app.'
19
+
'RNQuickSQLite TurboModule not found. Maybe try rebuilding the app.'
22
20
)
23
21
}
24
22
25
23
// Call the synchronous blocking install() function
26
24
constresult=RNQuickSQLiteModule.install()
27
25
if(result!==true){
28
26
thrownewError(
29
-
`Failed to install react-native-quick-sqlite: The QuickSQLite TurboModule could not be installed! Looks like something went wrong when installing JSI bindings: ${result}`
27
+
`Failed to install react-native-quick-sqlite: The RNQuickSQLite TurboModule could not be installed! Looks like something went wrong when installing JSI bindings: ${result}`
30
28
)
31
29
}
32
30
@@ -39,6 +37,36 @@ if (global.__QuickSQLiteProxy == null) {
0 commit comments