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

Fix android breaking change RN >= 0.47 #3

Merged
merged 1 commit into from
Nov 12, 2017

Conversation

Diego-Fu
Copy link

@Diego-Fu Diego-Fu commented Nov 9, 2017

React Native 0.47 removed createJSModules on Android

@CesarLanderos
Copy link
Contributor

Thanks! this is going to be available on v2.

BTW, if you can be able to add references where this change was required (release notes or something similar), it would be great just to have this documented for future references

@CesarLanderos CesarLanderos merged commit 43b8b45 into CORBmx:master Nov 12, 2017
CesarLanderos referenced this pull request in facebook/react-native Nov 12, 2017
Summary: It's now unnecessary to declare which JS modules you want to expose on your package. To upgrade, remove all overrides of `createJSModules` and keeping calling your JS modules as before.

Reviewed By: AaaChiuuu

Differential Revision: D5229259

fbshipit-source-id: 1160826c951433722f1fe0421c1200883ba1a348
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