Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Fix breaking changes in React Native 0.47 #120

Merged
merged 14 commits into from
Aug 2, 2017
Merged

Fix breaking changes in React Native 0.47 #120

merged 14 commits into from
Aug 2, 2017

Conversation

fractalwrench
Copy link
Contributor

This fixes the following issues I found in RN 0.47 (RC 4):

  • createJSModules method removed from ReactPackage (removing the override annotation stops the compiler errors and should support older RN versions).
  • Fix iOS build by disabling build parallelization, and ensuring that the React target is built before the example project.
  • Update visibility of getUseDeveloperSupport method.
  • Use react-native-deprecated-custom-components package to get the Navigator working again (we may want to move over to something like react-navigation in future).
  • Submit PR to react-native-vector-icons package as the library is also affected by the removal of createJSModules.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants