Appearance
React-toastify has built-in support for RTL layout. All you need to do is to set the rtl prop to true.
rtl
true
toast('Wow so easy !', { rtl: true, });