-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Fix problem with RN on latest master
build
#3045
Conversation
module.hot.dispose
is not defined in RN apparentlymaster
build
Unfortunately, you have to do cc @danielduan |
Codecov Report
@@ Coverage Diff @@
## master #3045 +/- ##
=======================================
Coverage 36.87% 36.87%
=======================================
Files 417 417
Lines 9849 9849
Branches 838 821 -17
=======================================
Hits 3632 3632
- Misses 5741 5750 +9
+ Partials 476 467 -9
Continue to review full report at Codecov.
|
Maybe the |
Yep |
RN is a pain to develop on unfortunately because of the many dependencies it needs. I wonder if there's anything we can do to make it easier. |
There was an attempt in #2375 |
I still have a POC branch that mostly worked RN + yarn workspaces, but it's old. If you want to take a look I can push it. I lost 5 sanity points working it that |
It looks like there may have been recent developments within Metro bundler which might? make this better?: facebook/metro#1 (comment) |
Issue: I guess RN is broken on master.
I thought I was testing my changes in #3036, but apparently not. What is the latest procedure for install local changes into RN example apps?
What I did
Fixed a bug in the CRNA example app.
How to test
Ensure the RN example apps actually work!