-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NativeModules.DatabaseBridge is not defined #1408
Comments
I have got the same problem |
Anybody know how to fix it? |
You have to install the SQLite module, so, if you are using expo, run this line on terminal: |
|
I started facing the same issue with Expo 48.0.10 "dependencies": { Does anyone know how to fix it? |
@Usman-0250 Everything related to this thread has been fixed as of the latest version of WatermelonDB if you read the thread linked on my old comment: #1408 (comment). |
@Usman-0250 You just need to follow the instruction in the watermelonDB docs and make sure all your package versions (for expo and 🍉 ) are up to date. Also it doesnt work with new architecture yet if you are using jsi. Aside from that, no one can help you as you have not provided any information on your errors or setup and the error described on this thread has been resolved |
@Usman-0250 Like I previously mentioned, the error described on this thread has been resolved so the issue is likely somewhere with your own setup. I would recommend using the official watermelon db to setup instead of the blog post and doing it in a brand new project to test. If you are still running into issues after that, create a new issue ideally with that fresh project linked. |
Hi All,
i am new to using watermelondb and now getting below 2 error when running in android emulator
Note:
I am using react 60+, 0.69.6 to be precise
App is created using expo cli
Can anybody help please,
Thanks in advance
The text was updated successfully, but these errors were encountered: