You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.javaThe text was updated successfully, but these errors were encountered: