dflourusso / expo-sqlite-orm

Expo SQLite ORM
132 stars 34 forks source link

Cannot find native module 'ExpoSQLite' #64

Closed FelipeBohnertPaetzold closed 9 months ago

FelipeBohnertPaetzold commented 9 months ago

After upgrade to expo sdk 49, when importing any attribute from expo-sqlite-orm the testing library throws "Cannot find native module 'ExpoSQLite'"

image

dflourusso commented 9 months ago

I don't know what is happening exactly, but looks like this problem is happening on your project @FelipeBohnertPaetzold .

I created a new project from scratch here to test and everything is working fine.

garygcchiu commented 6 months ago

@FelipeBohnertPaetzold you will need to rebuild your dev client. cd into your expo directory and run expo run:ios or eas build.