React Native v0.32.0-rc.0 released
v0.32.0-rc.0 on GitHub (npm)
Breaking changes
- NavigationExperimental: Rename
renderOverlay
torenderHeader
(ca85311) - @hedgerwang - NavigationExperimental: Stop using absolute position for NavigationHeader. (38979f9) - @hedgerwang
Android
Bugfixes
- Fix BackAndroid subscriptions calls (b857631) - @webzepter
- Fix onLayout support in for Android (2ca2f87) - @antoinerousseau
- Fix ViewPager behavior with Nodes (5f41769) - @ahmedre
- Fix NullPointerException Caused by manageChildren (c21d3a1) - @ASCE1885
- Webview: Fix broken fullscreen modals due to zero body height. (1bb1385) - @danielbraun
- Fix cleanReactNdkLib task failure caused by module not found (37df151) - @xinthink
- Fix ScrollView bounce back bug in open source (36ca1a0) - @astreet
- Support API "scrollTo" in RecyclerViewBackedScrollView on Android (235c059) - @lebronJ
- Stop Reload Android Webview On Same URL Before (9fa4fe2) - @skatpgusskat
- Make sure multiline TextInput is scrollable within a ScrollView (b05c7f7) - @shengmin
- Fix inset padding handling for TextInput in LTR/RTL (46bac5f) - @MengjueW
- Change the textalign setter to support RTL (54a4450) - @MengjueW
New features and enhancements
- Add missing resizeMode prop on Image Android (f634a0f) - @Bhullnatik
- Add Report Button for Android Redbox, enabled in Ads Manager, Groups and FB4A (75e404b) - @lebronJ
- Add Share module (3b35732) - @deminoth
- Activity indicator: add size prop (63d15af) - @fadils
- Add GIF and WebP support specification with Fresco 0.11 (55bc825) - @charpeni
- Make getCurrentActivity public on ReactContext (7606564) - @marcshilling
- Implement native Animated value listeners on Android (158d435) - @janicduplessis
iOS
New features and enhancements
- Implement multi-source Images on iOS (fd48bc3) - @DavidGoldman
General
Bugfixes
- Fix double React perflogger creation (82c8129) - @javache
- Fix navigation card stack pan responder (c658cc5) - @ahanriat
- Fix CSSLayout to Support RTL (873c6ff) - @MengjueW
- Fix scoped modules in
react-native link
(8ad748a) - @Kureev - Fix corrupted
options()
call for link and other commands (504b516) - @grabbou - Fix console.table polyfill when entries are missing (0dd93b6) - @sahrens
- Open to correct line on Webstorm, IntelliJ and AppCode (c3e8c82) - @rh389
- Fix --reset-cache no longer accepting a boolean parameter. (b21c8f1) - @danielbraun
- Don't show keyboard shortcuts with redbox on device (0093dcc) - @brentvatne
New features and enhancements
- Add UI to show intercepted network information in the inspector (ecea0ce) - @lebronJ
- Intercept XMLHttpRequest network operations and gather their information in inspector tool (f20d5ed) - @lebronJ
- Enable websocket interception in RN network inspector tool (43f73f6) - @lebronJ
- Add method popN() to Navigator. (bbe95c2)
- Add TextInput.dataDetectorTypes prop. (15bf2c5)
- Add partial support for symlinks in packager (5cf7f04) - @Kureev
- Don't collect warnings if yellow box is disabled (654a360) - @davidaurelio
- Improve error message when packager is not running (73f3713) - @javache
- Add a
statusBarHeight
prop for NavigationHeader (341b29d) - @corbt