Skip to content

v0.35.0

Compare
Choose a tag to compare
@grabbou grabbou released this 11 Oct 11:27
· 24387 commits to main since this release

Thanks to 68 contributors who put 132 commits into this release!

General

Bug fixes

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

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

iOS

Bugfixes

New features and enhancements