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

React native 0.47 fix #3

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

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