-
Notifications
You must be signed in to change notification settings - Fork 24.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
[0.29] rnpm and react-native link stopped working #8603
Comments
Wow. That's a helluva miscommunication. I'll try to ring whatever alarm bells I can find. |
cc @Kureev |
Changing from This will, however, break < 0.29 which sucks. I noticed there's a patching system whereby you detect version numbers for breaking changes? I didn't go further than this for now. For a work around in our own repos, we can change |
Changing the path is not a good solution. @grabbou you fix? |
PR hints:
|
@GantMan guess we can close thisone now? |
Summary: rnpm aka `react-native link` is broken with Android 0.29 - facebook#8603 This gets it back to working again by checking for new MyApplication.java file, and curtailing the path when needed. Closes facebook#8612 Differential Revision: D3533960 fbshipit-source-id: 95d799eaebb26ba1d876c88107ccd2af72427f55
Summary: rnpm aka `react-native link` is broken with Android 0.29 - facebook#8603 This gets it back to working again by checking for new MyApplication.java file, and curtailing the path when needed. Closes facebook#8612 Differential Revision: D3533960 fbshipit-source-id: 95d799eaebb26ba1d876c88107ccd2af72427f55
After the update to 0.29:
rnpm link
andreact-native link
is not linking correct!It will try to link everything into
MainActivity.java
resulting in import and nothing more, while MainApplication.java is empty.@foghina this is broken after your update.
The text was updated successfully, but these errors were encountered: