IntentLauncher doesnt work on android builds if the experimental build flag is true

  1. SDK Version: 38
  2. Platforms: Android only

I tried using expo-sharing and I assume it internally uses IntentLauncher. Both of them doesnt work on experimental builds. ERR_UNAVAILABLE. I tried setting enableDangerousExperimentalLeanBuilds to false and rebuilding, it works there.

Sharing.isAvailableAsync() resolves to false when experimental builds are true.

Reproduce

  1. Set enableDangerousExperimentalLeanBuilds flag under Android to true
  2. Try to use IntentLauncher with android.intent.action.VIEW

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