Skip to content

Broken on the React-Native 0.79 - Android #570

Description

@alex-mironov

Attempt to show toast ends up with the crash on Android. iOS works fine:

  Toast.show({
    type,
    props: { message },
    visibilityTime: 3000,
    swipeable: false
  })
Exception thrown when executing UlFrameGuarded
Attempt to invoke interface method 'void com.facebook.react.uimanager.ViewManagerDelega te.setProperty(android.view.View, java.lang.String,
java.lang.Object)' on a null object reference
Image

Spotted the issue after migrating from react 0.78

    "react-native": "0.79.0",
    "react": "^19.0.0",
    "react-native-toast-message": "^2.3.0",

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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