Skip to content
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

Support for RN 76 or 77 with newArch enabled #1876

Open
Rohit3523 opened this issue Jan 15, 2025 · 3 comments
Open

Support for RN 76 or 77 with newArch enabled #1876

Rohit3523 opened this issue Jan 15, 2025 · 3 comments

Comments

@Rohit3523
Copy link

Can I use watermelon db in React Native 76 or 77 with new arch enabled?

@aleksey-mukho
Copy link

For me it's working, but I disabled jsi. With jsi and new arch watermelonDB won't work.

@lucaswitch
Copy link

For me it's working, but I disabled jsi. With jsi and new arch watermelonDB won't work.

I guess there is no point to enable jsi anymore since the new arch already did the same benefits.

@aleksey-mukho
Copy link

For me it's working, but I disabled jsi. With jsi and new arch watermelonDB won't work.

I guess there is no point to enable jsi anymore since the new arch already did the same benefits.

I disabled jsi and now I see that performance degraded. I'm not sure on 100% because I didn't do research what is reason, but when I replaced HOCs (withObservables) to hooks and async downloading data - at least my screens are rendering immediately and data is displaying a little bit later.

Before I disabled jsi I didn't face such issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants