Universal link(Android) open in local expo go app

I have react native app which uses expo.I created assetlinks.json file which work fine for production mode, but i cant make in work in local,(I need to test universal link handling),

[{
        "relation": ["delegate_permission/common.handle_all_urls"],
        "target": {
          "namespace": "android_app",
          "package_name": "host.exp.exponent",
          "sha256_cert_fingerprints":
          ["SAME_SHA_USED_FOR_PRODUCTION"]
}]

i get package name.

   import * as Application from 'expo-application';
   console.log(Application.applicationId)

Which log host.exp.exponent after publishing json i Tested and its dont work


Ответы (0 шт):