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

Update react-native to the latest version 🚀 #912

Closed
wants to merge 8 commits into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Apr 3, 2017

Version 0.43.0 of react-native just got published.

Branch: https://github.com/StoDevX/AAO-React-Native/tree/greenkeeper%2Freact-native-0.43.0

Dependency react-native
Current Version 0.42.3
Type dependency

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 🌴

@hawkrives
Copy link
Member

The changelog should show up here, eventually: https://github.com/facebook/react-native/releases/tag/v0.43.0

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 5, 2017

Version 0.43.1 just got published.

Update to this version instead 🚀

Release Notes March 2017

Breaking changes

Correct value of Dimensions.get('screen').fontScale

(186f308) - @rigdern

On Android, the following properties now return a different number:

  • Dimensions.get('window').fontScale
  • Dimensions.get('screen').fontScale
  • PixelRatio.getFontScale()

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 (DisplayMetrics.scaledDensity). Now they return a value representing just font scale (Configuration.fontScale).

Only call batchDidComplete when there were actually native calls dispatched

(5f09ca4) - @astreet

This 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.

Android

Bugfixes

New features and enhancements

iOS

Bugfixes

New features and enhancements

General

Bugfixes

New features and enhacements

@hawkrives
Copy link
Member

According to facebook/react-native#13291 (comment), react@16-alpha.6 is stable enough for use.

I'll see what I can do about Enzyme... but I might still prefer to skip 0.43 and wait for 0.44, so react@16 can be officially released.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 6, 2017

Version 0.43.2 just got published.

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 10, 2017

Version 0.43.3 just got published.

Update to this version instead 🚀

@hawkrives
Copy link
Member

hawkrives commented Apr 10, 2017

I'm closing this to wait for React 16 to be officially released.

@hawkrives hawkrives closed this Apr 10, 2017
@hawkrives hawkrives deleted the greenkeeper/react-native-0.43.0 branch April 14, 2017 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant