Skip to content
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

breaking change on rn master breaks code push #703

Closed
chirag04 opened this issue Feb 14, 2017 · 2 comments
Closed

breaking change on rn master breaks code push #703

chirag04 opened this issue Feb 14, 2017 · 2 comments

Comments

@chirag04
Copy link

latest version of code push is not compatible with master branch of RN as of today.

Refer:
facebook/react-native@ea6845c

Fix is simple:
change import to import com.facebook.react.modules.core.ReactChoreographer; in Codepush.java and CodepushNativemodule.java.
add missing import import com.facebook.react.uimanager.ViewManager; in codepush.java

@sergey-akhalkov
Copy link
Contributor

@chirag04, got it, thanks!

@sergey-akhalkov
Copy link
Contributor

Closing this due to #735 has been merged. Please feel free to reopen if need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants