Issue
We have some issue when user exit the application and open it again using the app icon.
The tab closes with an error : Data intent is null
To solve this, we need to update android:launchMode in AndroidManifest.xml from singleTask to singleTop.
But react-native with deeplinking indicate to use singleTask : https://reactnative.dev/docs/linking#enabling-deep-links
Environment
Can be reproduce with the example project of the package.