-
Notifications
You must be signed in to change notification settings - Fork 20
Update react-native to the latest version 🚀 #7
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
base: master
Are you sure you want to change the base?
Conversation
Version 0.43.1 just got published.Update to this version instead 🚀 Release NotesMarch 2017Breaking changesCorrect value of Dimensions.get('screen').fontScaleOn Android, the following properties now return a different number:
This is a breaking change to anyone who was using these properties because the meaning of these properties has now changed. These properties used to return a value representing font scale times density ( Only call batchDidComplete when there were actually native calls dispatchedThis is breaking because it affects the contract for onBatchComplete, but modules really shouldn't (and probably aren't) depending on it being called without any actual native module method calls having happened. AndroidBugfixes
New features and enhancements
iOSBugfixes
New features and enhancements
GeneralBugfixes
New features and enhacements
|
Version 0.43.2 just got published. |
Version 0.43.3 just got published. |
Version 0.43.4 just got published. |
Version 0.44.0 just got published. |
Version 0.44.1 just got published. |
Version 0.44.2 just got published. |
Version 0.44.3 just got published.Update to this version instead 🚀 Release NotesApril 2017GeneralBreaking changeRemove support for
|
Version 0.45.0 just got published. |
Version 0.45.1 just got published.Update to this version instead 🚀 Release NotesMay 2017GeneralBreaking changesRemove React forwarding and wrong import warnings Importing ‘react’ modules from ‘react-native’ has been deprecated since 0.25 and is now an error. Bugfixes
New features and enhancements
Yoga
Packager
iOSBreaking changesUpdate podspecs to support and default to the C++ bridge
If you are using Cocoapods, you will have to update your Podfile by adding a dependency of ‘BatchedBridge’ or ‘CxxBridge’ to the React subspec depending on your choice. Bugfixes
New features and enhancements
AndroidBugfixes
New features and enhancements
|
Version 0.46.0 just got published. |
Version 0.46.1 just got published.Update to this version instead 🚀 Release NotesJune 2017GeneralBreaking changes
Bugfixes
New features and enhancements
Docs
Yoga
Packager
iOSBugfixes
New Features and enhancements
AndroidBugfixes
New Features and enhancements
|
Version 0.46.2 just got published.Update to this version instead 🚀 Release NotesJune 2017GeneralBreaking changes
Bugfixes
New features and enhancements
Docs
Yoga
Packager
iOSBugfixes
New Features and enhancements
AndroidBugfixes
New Features and enhancements
|
Version 0.46.3 just got published.Update to this version instead 🚀 Release NotesJune 2017GeneralBreaking changes
Bugfixes
New features and enhancements
Docs
Yoga
Packager
iOSBugfixes
New Features and enhancements
AndroidBugfixes
New Features and enhancements
|
Version 0.46.4 just got published. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Version 0.43.0 of react-native just got published.
The version 0.43.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of react-native.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴