-
Notifications
You must be signed in to change notification settings - Fork 1
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
demos: update deps #15
Conversation
2abad5f
to
8500559
Compare
8500559
to
5a03cb7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested the connect-demo
with no issues.
For the multi-connect-demo
, I couldn't get it working. On iOS, it just displayed the loading icon forever. On Android, I received the error below. I'm not sure if there's something wrong with the demo app or an issue on my end. I followed the same steps for both demos.
@jamaljsr I added a new commit that will strictly check that both nodes are connecting and prevent that race condition before calling the RPC, as you experienced in the Android simulator above. As for iOS, I've been noticing it hanging in the simulator quite often and it's pushed me to deving on my iPhone X instead. Might have to address that separately. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK LGTM 💪
That seems to have done the trick. It worked on the first attempt for both platforms now.
This PR updates the demos to leverage
lnc-rn
from npm, rather than from the project root.TODO
install-lnc
command to npm scriptsREADME