Skip to content

Commit 4f707df

Browse files
authored
docs(README): correct method in example
[skip ci]
1 parent 02b16b1 commit 4f707df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Box(
7777
onClick = {
7878
// Shows a toast using Android Toast APIs, visible on top of modals and dialogs
7979
// Cannot be interacted with
80-
topToastState.showToast("This is a toast")
80+
topToastState.showAndroidToast("This is a toast")
8181
}
8282
)
8383
}

0 commit comments

Comments
 (0)