Skip to content

Conversation

@iyegoroff
Copy link

Changes:

  • removed deprecated java method createJSModules;
  • added prop-types and create-react-class modules, because they were removed from latest react.

@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Arrays.asList();
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix will only work if you also edit the build.gradle to say
compile 'com.facebook.react:react-native:+'
instead of
compile 'com.facebook.react:react-native:0.19.+'

mlabrum and others added 2 commits October 16, 2017 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants