React Native v0.35.0-rc.0 released
v0.35.0-rc.0 on GitHub (npm)
Breaking changes
- Fix unconstraint sizing in main axis (1f9c9ec) - @emilsjolander
General
Bug fixes
- Fix InteractionManager promise issue with some OSS setups (3b5e4cc) - @sahrens
- Fix HMR after adding RA-Bundle groups (fd84447) - @davidaurelio
- Fix 'isRelativeImport' to allow require('.') and require('..') (b3ee595) - @aleclarson
- Protect against roots that are contained within other roots (d4dff25) - @aleclarson
- Add lodend event to XMLHttpRequest (04d870b) - @arv
New features and ehancements
- Expose hot & live reload, remote debug, profiling (38354c4) - @dozoisch
- Add a way to enable / disable lazy native modules (a4916b8) - @AaaChiuuu
- Add shorcuts for windows & linux to debugger.html (f4e3e19) - @mdamien
- Add option to bundle server to generate full sourcemaps from babel (e6bec9c) - @cwdick
- Add Dependency Injection, nodes support for RN/Components integration (6f42603) - @astreet
- Add "assetPlugin" option to allow arbitrary asset processing (5ac7706) - @ide
- Add a PushFromLeft animation to Navigator (8ebe66d) - @LinesWan
- Add jest and jest babel preset to the react-native init command (8689b0f) - @kentaromiura
- Adjust rnpm link to colorize skipped linking steps (db870f8) - @GantMan
- packager: dedupe symlinks if they point to already covered paths (4ab455b) - @philikon
- Allow rn-cli.config.js to specify the default transformer, again (111ed8d) - @philikon
- Support
false
mappings in"browser"
fields (5710b23) - @davidaurelio - Close open rows on scroll in SwipeableListView (5c13eac) - @fred2028
Android
Bugfixes
- ViewPagerAndroid: FIX folly::toJson: JSON object value was a NaN or INF (6efe8e1) - @leeight
- Fix invalid package name and Remove unsupported prop in Image.android.js (3182b60) - @leeight
- Fix Text incorrect line height (c79f617) - @andreicoman11
- Fix modal size (4941cbc) - @andreicoman11
- Fix text, textinput padding (bdff10b) - @andreicoman11
- Don't crash if OEM has replaced OverScroller in ScrollView (5deb528) - @astreet
- Fix Modal freeze (922cd6d) - @andreicoman11
- Fix dev menu on top of modals (3318483) - @andreicoman11
- Support orientation change on modals (82c8c97) - @andreicoman11
- WebSocket: include cookies with request (04392f2) - @bradleyboy
New features and enhancements
- Add ability to detect if location was mocked (c6024f6) - @GantMan
- Add support for image onLoad, onLoadEnd, onError events for IgReactImageView (1721972) - @donyu
- Add support for native animated events (6565929) - @janicduplessis
- Implement ScrollView sticky headers on Android (0e8b75b) - @janicduplessis
iOS
Bugfixes
- Fix unchanged local assets refetched from packager in development (1a3e6eb) - @jeanregisser
- RCTLocationObserver: Fix reporting of timeout error (779f9e2) - @rh389
- Fix adding IOSPicker items (2e4ab9f) - @ajwhite