Skip to content

Commit

Permalink
add some VirtualizedList components
Browse files Browse the repository at this point in the history
  • Loading branch information
jwajgelt committed Feb 14, 2025
1 parent 94698e0 commit 740c787
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vscode-extension/lib/instrumentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,18 @@ const FabricUIManager = getFabricUIManager();
const CORE_COMPONENT_NAMES = new Set([
"ActivityIndicator",
"Button",
"CellRenderer",
"DrawerLayoutAndroid",
"FlatList",
"Image",
"ItemWithSeparator",
"Modal",
"Pressable",
"RefreshControl",
"SafeAreaView",
"SafeAreaView",
"ScrollView",
"ScrollViewStickyHeader",
"SectionList",
"Switch",
"Text",
Expand All @@ -34,6 +37,8 @@ const CORE_COMPONENT_NAMES = new Set([
"TouchableWithoutFeedback",
"View",
"VirtualizedList",
"VirtualizedListContextProvider",
"VirtualizedListCellContextProvider",
]);

let inited = false;
Expand Down

0 comments on commit 740c787

Please sign in to comment.