Skip to content

Expo 53 with version 5.0.0 - globalThis.expo.modules.ExpoQuickActions is undefined #43

@wmaca-friday

Description

@wmaca-friday

Your code is exposing ExpoQuickActions using globalThis.expo.modules.ExpoQuickActions.
In runtime, it is undefined, falling back to no-op code defined in buid/index.js (e.g. isSupported always returns false).

I had to call requireNativeModule('ExpoQuickActions') to be able to use your plugin.

I am uncertain this may be related to expo/expo#36551 or expo/expo#36375.
Or if this is a issue with my configuration.

If you need any more clarification, let me know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions