-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
App crash on android when activating Debug in RN #25
Comments
Debugging an application that uses JSI (that's what this lib uses) with Chrome does not work, same as with reanimated. Flipper debugging should work. |
Didn't know this limitation, thanks for the clarification. You can close the issue then, but maybe document this on the README for others to be aware of ? My errors on RN/metro lead me to false tracks & I lost a few hours on this, if I can avoid the trouble for others then I'm happy :-) |
FYI this is actually exactly what reanimated did when listing limitations in their docs. |
I added a "Limtations" section to the README, thanks :) |
Hi, I'm having a consistent crash when I try to activate Debug from RN dev menu on the bundle pushed onto my device since I added this lib, here are the relevant logcat lines:
Any idea where this might come from ? Weird emulated storage path ?
I can also confirm that removing the reference to MMKV fixes Debug mode.
The text was updated successfully, but these errors were encountered: