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
Actually drizzle can't work with the latest version of [email protected] because of the new export path. expo-sqlite/next has been removed from the export of expo-sqlite, since the default export is now the next version we need to remove the next from the import path.
* Fix Drizzle ORM for expo-sqlite
closes#3195
* bump expo-sqlite version to 14.0.0 in package.json and pnpm-lock.yaml
---------
Co-authored-by: Andrii Sherman <[email protected]>
What version of
drizzle-orm
are you using?0.35.3
What version of
drizzle-kit
are you using?0.26.2
Describe the Bug
Actually drizzle can't work with the latest version of
[email protected]
because of the new export path.expo-sqlite/next
has been removed from the export ofexpo-sqlite
, since the default export is now the next version we need to remove thenext
from the import path.cf. https://github.com/expo/expo/blob/main/packages/expo-sqlite/CHANGELOG.md#1500--2024-10-22
Expected behavior
No response
Environment & setup
No response
The text was updated successfully, but these errors were encountered: