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
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
After update from 1.3.13 to 1.3.15 appears this error when press on a push:
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?
The text was updated successfully, but these errors were encountered: