Skip to content

Commit 1b5d936

Browse files
authored
update readme
1 parent c4848dd commit 1b5d936

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
@@ -197,7 +197,7 @@ const baseToastProps = {
197197

198198
### How to render the Toast when using [react-navigation](https://reactnavigation.org)?
199199

200-
To have the toast visible on top of the navigation `View` hierarchy, simply render it inside the `NavigationContainer`.
200+
To have the toast visible on top of the navigation `View` hierarchy, render it as the **last child** inside `NavigationContainer`.
201201

202202
```js
203203
import Toast from 'react-native-toast-message'

0 commit comments

Comments
 (0)