Skip to content

Commit

Permalink
Fix missing Platform in VirtualizedList
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna Wei committed Aug 10, 2023
1 parent e9ea926 commit 7aa8cd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/virtualized-lists/Lists/VirtualizedList.js
Expand Up @@ -25,6 +25,7 @@ import type {
} from './VirtualizedListProps';

import {
Platform,
RefreshControl,
ScrollView,
View,
Expand Down

0 comments on commit 7aa8cd5

Please sign in to comment.