Skip to content

20.14.0

Compare
Choose a tag to compare
@d4vidi d4vidi released this 10 Dec 16:51
· 935 commits to master since this release

First release in a while! 🙏🏻

What's Changed

Android improvements

  • Reimplement Android lunch sequence in a more stable, supervised way + React markers logging - by @d4vidi in #4293

    ⚠️ Due to the nature of this change, it can potentially intensify preexisting flakiness problems in Detox tests (RN apps on Android), related to app launch arguments, which stem from this React Native issue; Problem details, here: iamolegga/react-native-launch-arguments#44. To mitigate, apply one of the following practices:

    1. If you've been using react-native-launch-arguments in order to extract launch arguments, upgrade to the latest release (v4 or newer).
    2. If you've otherwise been using React Native Navigation's getLaunchArgs() API, please wait for this fix. you are safe as long as it used only after the AppLaunched event if fired (i.e. from within a listener passed to Navigation.events().registerAppLaunchedListener()).

    Any other solution is discouraged; Please resort to one of the two previous options.

CLI

Docs Website

New Contributors ❤️

Full Changelog: 20.13.5...20.14.0