- Ref Forwarding to OptimizedComponent #27
This release contains no breaking changes, but it does include some important changes, including:
- proposed to use
loader
instead ofrequire
(however you can still userequire
- this version has backward compatibility); investigate
returns only initially loaded modules;- screen gets mounted in
async
way;
- support for
web
platform (withreact-native-web
usage); - support for
macOS
platform; - support for
windows
platform;
- types compatibility;
- internal naming convention;
requires a peer of react-native@^0.59.1 but none is installed. You must install peer dependencies yourself.
warning;
- extending types for
register
method (PR)
- types compatibility improved
- performance tuning (using
PureComponent
instead ofComponent
)
- Readme info updated (corrected links to contributing guide and documentation). See issue
- Changed documentation URL
- Fixed a bug TypeError: require is not a function
- types compatibility improved
- performance tuning
- readme updated
package.json
issues fixed
- Fixed types compatibility issue
- removed
use
method from API
- implemented
preload
feature - added utils for tracking
loaded
andwaiting
modules - published in npm
This is the first release. It was created initially for testing in a internal project.