Skip to content

Commit

Permalink
feat: update Expo SDK to 52 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
IZUMI-Zu authored Dec 10, 2024
1 parent a47a1d9 commit b432d2e
Show file tree
Hide file tree
Showing 5 changed files with 2,115 additions and 4,782 deletions.
2 changes: 1 addition & 1 deletion MSAuthImportLogic.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import * as DocumentPicker from "expo-document-picker";
import * as FileSystem from "expo-file-system";
import {openDatabaseSync} from "expo-sqlite/next";
import {openDatabaseSync} from "expo-sqlite";
import i18next from "i18next";

const SQLITE_DIR = `${FileSystem.documentDirectory}SQLite`;
Expand Down
1 change: 0 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"sdkVersion": "51.0.0",
"scheme": "casdoor-app",
"splash": {
"image": "./assets/splash.png",
Expand Down
2 changes: 1 addition & 1 deletion db/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

import {drizzle} from "drizzle-orm/expo-sqlite";
import {openDatabaseSync} from "expo-sqlite/next";
import {openDatabaseSync} from "expo-sqlite";

const expoDb = openDatabaseSync("account.db", {enableChangeListener: true});

Expand Down
Loading

0 comments on commit b432d2e

Please sign in to comment.