react-native-sdk
react-native-sdk copied to clipboard
[Android] Crash on press push notification
After update from 1.3.13 to 1.3.15 appears this error when press on a push:
Looks like you have configured linking in multiple places. This is likely an error since deep links should only be handled in one place to avoid conflicts. Make sure that:
- You don't have multiple NavigationContainers in the app each with 'linking' enabled
- Only a single instance of the root component is rendered
- You have set 'android:launchMode=singleTask' in the '<activity />' section of the 'AndroidManifest.xml' file to avoid launching multiple instances
- I use @react-navigation for deeplink.
- I only have one NavigationContainer (and this navigation has linking enabled)
- I have set singleTask in my activity
So seems that now Iterable, in the last version, its rendering a new instance of the root component
Can be this change in android-sdk?
Thanks for surfacing this with our team, we will take a look
We are experiencing this also.