You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making React Native's internal Haste modules importable from app code is now optional and disabled by default. It can be re-enabled using the --hasteExternals command line switch when using React Native <0.23.
Added support for React Native 0.16 and 0.17. Updated the BabelES6 example to React Native 0.17.
Both rnws bundle and rnws start will now honour the --no-ios and --no-android switches. When provided, they will ignore the specified platform when computing webpack externals, yielding faster startup performance.
Both rnws bundle and rnws start now support the --projectRoots and --assetRoots switches to limit the directories that the React Native packager walks to build its JS module and asset map. Narrowing down those directories can yield significantly faster startup time.