Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] Crash on press push notification #504

Open
KarlosQ opened this issue Jul 13, 2023 · 2 comments
Open

[Android] Crash on press push notification #504

KarlosQ opened this issue Jul 13, 2023 · 2 comments

Comments

@KarlosQ
Copy link

KarlosQ commented Jul 13, 2023

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?
Screenshot 2023-07-14 at 10 24 43

@jena-chakour
Copy link

Thanks for surfacing this with our team, we will take a look

@ggustilo
Copy link

ggustilo commented Aug 9, 2023

We are experiencing this also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants