-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[Addon-Knobs] Fixed addon for RN #1635
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1635 +/- ##
==========================================
+ Coverage 21.13% 21.27% +0.14%
==========================================
Files 247 244 -3
Lines 5578 5386 -192
Branches 672 664 -8
==========================================
- Hits 1179 1146 -33
+ Misses 3879 3753 -126
+ Partials 520 487 -33
Continue to review full report at Codecov.
|
is there anything preventing us from merging this? would love to get this into the next patch release. |
Code LGTM, maybe @tmeasday wants to veto this and merge? |
@tmeasday, Yes, I mean it broke after refactor and this commit fixes it. By channel I mean that in RN app the channel is not instantly set. See this code:
And after refactor the code |
I also added examples in #1636 for RN, so at least we could see in future if it stops working. But the pr checks screams to me about code duplication. I just have other priorities atm to fix it. |
Issue: #1586 Addon-knobs wasn't working on React Native
After cleanup done in 4c1daab addon wasn't breaking RN (since channel is not set while user is not connected to between app and browser).
What I did
Pretty much reverted the change back.
How to test
Adding knob examples to crna and react-vanilla-apps in a separate pr.