easyReact Native#3

FlatList with pull-to-refresh

Prompt

Render a FlatList of 50 items (label "Item #N"). Implement pull-to-refresh that logs "refreshed". Each item should show its index number.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code