Skip to content

actions on web Uncaught ReanimatedError: [Reanimated] ProgressTransitionRegister #779

@dannyhw

Description

@dannyhw

Describe the bug
A clear and concise description of what the bug is.

for some reason the running on the web will cause this error when trying to use actions:

Uncaught ReanimatedError: [Reanimated] `ProgressTransitionRegister` is not available on non-native platform.

Additional context
Add any other context about the problem here.

add this code anywhere as a workaround this will stop the error

if (Platform.OS === "web") {
  // @ts-ignore
  global.ProgressTransitionRegister = {};
  // @ts-ignore
  global.UpdatePropsManager = {};
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions