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
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",
Attempt to show toast ends up with the crash on Android. iOS works fine:
Spotted the issue after migrating from react
0.78