Skip to content

Commit 7aa8cd5

Browse files
author
Luna Wei
committed
Fix missing Platform in VirtualizedList
1 parent e9ea926 commit 7aa8cd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/virtualized-lists/Lists/VirtualizedList.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import type {
2525
} from './VirtualizedListProps';
2626

2727
import {
28+
Platform,
2829
RefreshControl,
2930
ScrollView,
3031
View,

0 commit comments

Comments
 (0)