20.14.0
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:- If you've been using
react-native-launch-arguments
in order to extract launch arguments, upgrade to the latest release (v4 or newer). - 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 theAppLaunched
event if fired (i.e. from within a listener passed toNavigation.events().registerAppLaunchedListener()
).
Any other solution is discouraged; Please resort to one of the two previous options.
- If you've been using
CLI
Docs Website
- Various improvements by @IrbisKronos in #4246 #4268, @MattFoley in #4283
New Contributors ❤️
- @MattFoley made their first contribution in #4283
Full Changelog: 20.13.5...20.14.0