diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 2c3922b89d..eb76314c26 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -8677,6 +8677,8 @@ export namespace Animated { export const Image: any; export const Text: any; export const ScrollView: any; + export const FlatList: any; + export const SectionList: any; } // tslint:disable-next-line:interface-name