Skip to content

Commit

Permalink
fix: re-export SectionBase & ScrollToLocationParamsType from virtuali…
Browse files Browse the repository at this point in the history
…zed-lists package

Summary:
Changelog: [Internal]

- Fixes `flow-stable`
build-break
overriding_review_checks_triggers_an_audit_and_retroactive_review

Differential Revision: https://internalfb.com/D43063551

fbshipit-source-id: b7a92669fa41e8fc69370a2d9e809ce2559dd600
  • Loading branch information
hoxy authored and facebook-github-bot committed Feb 6, 2023
1 parent 1479b2a commit 5b8faae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Libraries/Lists/VirtualizedSectionList.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ import {typeof VirtualizedSectionList as VirtualizedSectionListType} from '@reac
const VirtualizedSectionList: VirtualizedSectionListType =
require('@react-native/virtualized-lists').VirtualizedSectionList;

export type {
SectionBase,
ScrollToLocationParamsType,
} from '@react-native/virtualized-lists';
module.exports = VirtualizedSectionList;

0 comments on commit 5b8faae

Please sign in to comment.