Enable Adapter JSI
This commit is contained in:
parent
907111b45a
commit
0e4064c758
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ class DatabaseManager {
|
|||
dbName: databaseFilePath,
|
||||
migrationEvents: this.buildMigrationCallbacks(databaseName),
|
||||
migrations: AppDatabaseMigrations,
|
||||
jsi: true,
|
||||
schema,
|
||||
});
|
||||
|
||||
|
|
@ -131,6 +132,7 @@ class DatabaseManager {
|
|||
dbName: databaseFilePath,
|
||||
migrationEvents: this.buildMigrationCallbacks(databaseName),
|
||||
migrations,
|
||||
jsi: true,
|
||||
schema,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue