Update react-native requirement from 0.34.0 to 0.37.0
Updates the requirements on react-native to permit the latest version.
Release notes
Sourced from react-native's releases.
v0.37.0
Thanks to 67 contributors who put 160 commits into this release!
Breaking changes
Remove deprecated APIs and modules (fa5ad85) - @satya164
Removed Alternative AppStateIOSAppStateActivityIndicatorIOSActivityIndicatorIntentAndroid,LinkingIOSLinkingSliderIOSSliderSwitchAndroid,SwitchIOSSwitchRemove callback support from following modules, use promises instead:
General
Bugfixes
- Fix justify content + min dimension usage in root (d376155) - @emilsjolander
- Fix justify content + min dimension when children overflow (3e332d9) - @emilsjolander
- Fix flex-shrink when shrinking to zero size (0699a30) - @emilsjolander
- Fix for TouchableNativeFeedback having Animated.Component direct child (f930270) - @tonysherbondy
- Override onContentSizeChange prop on ScrollView before rendering (a5698f5) - @jingc
- Fix Warning: bind(): You are binding a component method to the component (ddb1e44) - @leeight
- Fix CLI errors if no package.json is found (41f4f1e) - @benhughes
- Change flex basis to override main axis size (a9d94c2) - @emilsjolander
- Jest: Mock requireNativeComponent so manual mocking of UIManager properties isn't needed (487171f) - @cpojer
- Dont override flexShrink, flexGrow, and flexBasis with shorthand flex (dc142ad) - @emilsjolander
- CSSLayout: Compatibility with Apple TVOS (ef02134)
New features and enhancements
- Introduce Button Component (2ae73ff) - @ericvicenti
- Add disabled prop to Button (c32ab7e) - @gitim
- Add HorizontalSwipeJumpFromLeft animation to Navigator (2230117) - @yuya-fujimoto
- Increase laziness in InitializeJavaScriptAppEngine (606fc11) - @javache
- Implement a postMessage function and an onMessage event for webviews (abb8ea3) - @jacobp100
- Enable native animations when possible in NavigationExperimental (f9779e3) - @ericvicenti
Android
Bugfixes
- Fix crash when resolveView fails to find a view (8e91843)
- Prevent app from crashing when getCurrentActivity returns null (9c3bfe0) - @cmcewen
New features and enhancements
... (truncated)
- ART: Use TextureView and pass Surface from the view to draw on it asynchronously instead of passing the bitmap (d294e15) - @tepamid
Commits
890342e[0.37.0] Bump version numbers1ecc24a[0.37.0-rc.4] Bump version numbers4d0ce90CLI: Only use yarn if global CLI uses it0b27d21[0.37.0-rc.3] Bump version numberscedf4ddUse yarn when available1142efa[0.37.0-rc.2] Bump version numbers2d3fcf2Merge branch '0.37-stable' of github.com:facebook/react-native into 0.37-stabled282168[0.37.0-rc.1] Bump version numbersa69581aFix missing methods in Keyboard module4b17317Circle CI releases now work with Java 8- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.