-
Notifications
You must be signed in to change notification settings - Fork 40
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
Dynamic require prevents use in React Native #78
Comments
+1. I understand the rationale behind the code factoring associated with dynamic requires, but it makes also browserify unable to bundle Huejay. |
I'm still looking into this. |
Any updates on this? :) |
Really interested in a solution to this as we're looking to build in some Hue integration into our React Native app. |
If you need this I'd suggest forking this repo, making the appropriate changes (https://github.com/sqmk/huejay/pull/77/files worked in 2017, make changes as necessary), and pointing to your repo in Don't depend on the above fork as I'm not guaranteeing it'll stay there |
React Native's packager can't bundle apps using dynamic
require
The text was updated successfully, but these errors were encountered: