-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove createJSModules - RN 0.47 compatibility #74
Conversation
Typo. It should be deprecated |
@jaggs6, thanks fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great.
With this commit, it also has backward-compatibility as facebookarchive/react-native-fbsdk@f0523e7
It might close #75. |
Yeah, I just closed the issue |
+1 for seeing this merged in ASAP. It's blocking us. |
Any news when will be ready? |
Closes #82 |
@crazycodeboy Please merge! |
Released at |
createJSModules
is now not required on Android from RN 0.47. I actually can't build an app on RN 0.47 without removing this method. This is backwards compatible according to my tests.