Skip to content

Commit

Permalink
docs: renamed FlatList to FlashList (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
efstathiosntonas authored Sep 15, 2022
1 parent 6f90487 commit e0482e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ It has the following parameters:
`FlashListPerformanceView` is a component used to profile a specific instance of a `FlashList` and its API is the same as `FlatListPerformanceView`:

```tsx
<FlashListPerformanceView listName="FlatList">
<FlashListPerformanceView listName="FlashList">
<FlashList
keyExtractor={...}
renderItem={...}
Expand Down

0 comments on commit e0482e0

Please sign in to comment.