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

It works, but there is a serious problem... #1

Open
codthing opened this issue Feb 25, 2021 · 2 comments
Open

It works, but there is a serious problem... #1

codthing opened this issue Feb 25, 2021 · 2 comments

Comments

@codthing
Copy link

codthing commented Feb 25, 2021

I tried to configure the deep link in your way, the same as yours. I can use deep links.
But here comes the point. When I open the app without using the deep link, if I open the app manually normally, when I click the android back button, the app will exit directly.

I tried to cancel the linking and then package again, and my app resumed to work correctly.
If linking is added again and then packaged, the above error will occur.

I want to know whether the configuration in deepLinking is related to the configuration in Stack? Will there be a conflict?

Project Version Info

 Expo CLI 4.1.6 environment info:
    System:
      OS: Windows 10 10.0.18363
    Binaries:
      Node: 14.15.1 - C:\Program Files\nodejs\node.EXE
      Yarn: 1.22.10 - C:\Users\Administrator\AppData\Roaming\npm\yarn.CMD
      npm: 6.14.11 - C:\Program Files\nodejs\npm.CMD
    SDKs:
      Android SDK:
        API Levels: 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
        Build Tools: 23.0.3, 24.0.3, 25.0.3, 26.0.3, 28.0.3, 29.0.2, 29.0.3, 30.0.3
    IDEs:
      Android Studio: Version  4.1.0.0 AI-201.8743.12.41.6953283
    npmPackages:
      expo: ~40.0.0 => 40.0.0
      react: 16.13.1 => 16.13.1
      react-dom: 16.13.1 => 16.13.1
      react-native: 0.63.4 => 0.63.4
      react-native-web: ~0.13.12 => 0.13.18
    Expo Workflow: bare
@EndLess728
Copy link

EndLess728 commented Jun 1, 2021

Use android:launchMode= "singleTask" inside < activity/>

@codthing
Copy link
Author

codthing commented Jun 2, 2021

@EndLess728
This issue has been in the past for a long time, the method I use is to monitor goback on each screen

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

No branches or pull requests

2 participants