- Ref Forwarding to OptimizedComponent #27
This release contains no breaking changes, but it does include some important changes, including:
- proposed to use
loaderinstead ofrequire(however you can still userequire- this version has backward compatibility); investigatereturns only initially loaded modules;- screen gets mounted in
asyncway;
- support for
webplatform (withreact-native-webusage); - support for
macOSplatform; - support for
windowsplatform;
- 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
registermethod (PR)
- types compatibility improved
- performance tuning (using
PureComponentinstead 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.jsonissues fixed
- Fixed types compatibility issue
- removed
usemethod from API
- implemented
preloadfeature - added utils for tracking
loadedandwaitingmodules - published in npm
This is the first release. It was created initially for testing in a internal project.