Merge pull request #31967 from GertjanReynaert/patch-1

[React-Native] Add FlatList and SectionList to Animated
This commit is contained in:
Eloy Durán
2019-01-08 15:53:13 +01:00
committed by GitHub

View File

@@ -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