forked from openpgpjs/openpgpjs
-
Notifications
You must be signed in to change notification settings - Fork 13
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
iOS app won't load if react-native-openpgp is imported and remote debugger is enabled #6
Comments
I'm having the same issue with RN 0.40.0 |
I have the same issue... |
The same issue |
@orhan Any news on this? this is a royal pain in the A.... and makes the library almost unusable |
👍 bump |
same issue here, has anyone found the workaround. |
@theinventor which version did it work for you? I have 0.42.0 still it doesn't work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After attempting to import this module like so:
and running
react-native run-ios
withRemote JS Debugging
enabled, my iOS app doesn't load, specifically not proceeding past the following screen:Dev tools in Chrome launches automatically and connects successfully, but the app screen remains at
Loading from localhost:8081
. It's just the import line that triggers the issue, because if I go ahead and comment out the import line, the app loads fine. Similarly, if debugging isn't enabled, the app loads fine and the OpenPGP code works correctly.If I go ahead and shutdown the packager and restart it, the very first reload of the running app will start transforming/loading modules, but the app won't finish loading. This is the output on the console from
react-native start --verbose
:and the screen remains as per the screenshot.
I'm using RN 0.41.2 and current master of react-native-openpgp and it has been
react-native link
'd accordingly. Oddly, there's no errors/exceptions or messages triggered in the debugger or console (even with usingreact-native start --verbose
) aside from the output above. Let me know how one debugs something like this.Thanks for sharing this code by the way; it's looking really helpful.
The text was updated successfully, but these errors were encountered: