Skip to content

Commit

Permalink
Update quick-start.md (#322)
Browse files Browse the repository at this point in the history
Make 'last child' letters all capital
  • Loading branch information
Hakeemmidan committed Feb 18, 2022
1 parent af6ada6 commit 6b75bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start.md
Expand Up @@ -10,7 +10,7 @@ npm install --save react-native-toast-message

## Usage

Render the `Toast` component in your app's entry file, as the **last child** in the `View` hierarchy (along with any other components that might be rendered there):
Render the `Toast` component in your app's entry file, as the **LAST CHILD** in the `View` hierarchy (along with any other components that might be rendered there):

```js
// App.jsx
Expand Down

0 comments on commit 6b75bd8

Please sign in to comment.