Linking open itself

Please provide the following:

  1. SDK Version: 37
  2. Platforms(Android/iOS/web/all): Android

My app has a feature that must bring from background to foreground when receive a websocket event.
I tried to use the Linking to do it: Linking - Expo Documentation

My code is Linking.openURL(Linking.makeUrl())

It is working very well on expo client for all test i do. In standalone app it is working in android 7 but not android 10.

Someone could help me? Are there another way to do it?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.