-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Port to Mac OS X #173
Port to Mac OS X #173
Conversation
Absolute killer! I'll test this out once I get some more time on my hands, meanwhile would it make sense to include a tiny example? |
2.0.0 adds basic OSX support complete with example project, but had trouble getting the Also I'm not happy with how |
Thank you, I'll take a look. And yes, you should add |
Btw, have you looked at how |
If I understood you correctly, AFAIK, they use webpack, so this is easy for them since it has aliases ( |
@ptmt: Ah, well there's babel-plugin-module-alias for babel, but maybe it conflicts with packager. |
This change is needed to avoid warnings on >= 0.25. Any chance we can merge that? I can send a new PR if needed. |
@jeduan: It's released in 2.0.0. |
Ah, I didn't catch it. Thanks! |
Oh, didn't know it still exists here. Let's keep it low profile |
Introduce support for a new target. I'm using this project so often, in fact, it's my "default-project" which I always install. Would be awesome to have support for Cocoa framework. I added a new target and some preprocessor macros for handle the differences. Need to test it more, hope nothing breaks.
Also, breaking change inside to get rid of the warnings which comes with latest RN release candidate.