Closed badalsaibo closed 10 months ago
Same as question. I don't want to go to each Toast.show and add a custom duration. Instead maybe set it somewhere in the toastConfig itself? Didn't find the documentation for this in the API
visibilityTime can be passed as prop to the root Toast instance.
visibilityTime
<Toast visibilityTime={4000} />
Same as question. I don't want to go to each Toast.show and add a custom duration. Instead maybe set it somewhere in the toastConfig itself? Didn't find the documentation for this in the API