Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@kirillzyusko kirillzyusko released this 20 Mar 13:13
· 35 commits to master since this release
d3cfcfb

Breaking changes

This release contains no breaking changes, but it does include some important changes, including:

  • proposed to use loader instead of require (however you can still use require - this version has backward compatibility);
  • investigate returns only initially loaded modules;
  • screen gets mounted in async way;

Added

  • support for web platform (with react-native-web usage);
  • support for macOS platform;
  • support for windows platform;

Improved

  • types compatibility;
  • internal naming convention;

Fixed

  • requires a peer of react-native@^0.59.1 but none is installed. You must install peer dependencies yourself. warning;