Patch Changes
-
#1357
1705f2aThanks @jbroma! - Fix production bundles soNativeEntryPluginkeeps polyfills on module-id based__webpack_require__(id)startup. -
#1358
60e6a17Thanks @jbroma! - Bump the Androidnimbus-jose-jwtdependency from9.48to10.8for upstream security fixes. -
#1361
b4178c2Thanks @jbroma! - Preserve non-terminal stdout logs while interactive status is active, so plugin output lines are not cleared by status redraws. -
#1364
d0058e2Thanks @jbroma! - Fixbabel-swc-loadercompatibility for loose class fields, private methods, and destructuring by adding the complementary SWC transforms SWC expects to run alongside them. -
#1371
1ab6e4eThanks @jbroma! - Avoid crashing Android apps when opening React Native DevTools by handling cross-originNetwork.loadNetworkResourcerequests inside the dev server. -
#1373
1f81fe8Thanks @jbroma! - Add support for bootstrapping new Re.Pack projects with React Native 0.84.1 and refresh the default bundler dependency versions used during initialization. -
#1370
84acbddThanks @jbroma! - Fix npm-based project creation by usingnpm exec ... -- rnc-cliinstead of a nestednpxinvocation, and pass a fully qualified React Native patch version to the React Native CLI.