ReactNative-Deeplink icon indicating copy to clipboard operation
ReactNative-Deeplink copied to clipboard

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

Open codthing opened this issue 4 years ago • 2 comments

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

codthing avatar Feb 25 '21 12:02 codthing

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

EndLess728 avatar Jun 01 '21 12:06 EndLess728

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

codthing avatar Jun 02 '21 01:06 codthing