Skip to content

Commit

Permalink
[docs] Fix typo in Tutorial (expo#22896)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlessedOneKobo authored Jun 15, 2023
1 parent ea613f0 commit 7014c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/tutorial/create-a-modal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ Here is the result after this step:

## Display a list of emoji

Let's implement a horizontal list of emoji in the modal's content. We'll use is the [`<FlatList>`](https://reactnative.dev/docs/flatlist) component from React Native for it.
Let's implement a horizontal list of emoji in the modal's content. We'll use the [`<FlatList>`](https://reactnative.dev/docs/flatlist) component from React Native for it.

Create a file named **EmojiList.js** file in the **components** directory and add the following code:

Expand Down

0 comments on commit 7014c5e

Please sign in to comment.