We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4848dd commit 1b5d936Copy full SHA for 1b5d936
README.md
@@ -197,7 +197,7 @@ const baseToastProps = {
197
198
### How to render the Toast when using [react-navigation](https://reactnavigation.org)?
199
200
-To have the toast visible on top of the navigation `View` hierarchy, simply render it inside the `NavigationContainer`.
+To have the toast visible on top of the navigation `View` hierarchy, render it as the **last child** inside `NavigationContainer`.
201
202
```js
203
import Toast from 'react-native-toast-message'
0 commit comments