diff --git a/index.d.ts b/index.d.ts index b11fd29..bf03b26 100644 --- a/index.d.ts +++ b/index.d.ts @@ -5,9 +5,9 @@ import * as React from 'react' import { - ScrollViewProperties, - FlatListProperties, - SectionListProperties + ScrollViewProps, + FlatListProps, + SectionListProps } from 'react-native' interface KeyboardAwareProps { @@ -145,13 +145,13 @@ interface KeyboardAwareProps { interface KeyboardAwareScrollViewProps extends KeyboardAwareProps, - ScrollViewProperties {} + ScrollViewProps {} interface KeyboardAwareFlatListProps extends KeyboardAwareProps, - FlatListProperties {} + FlatListProps {} interface KeyboardAwareSectionListProps extends KeyboardAwareProps, - SectionListProperties {} + SectionListProps {} interface KeyboardAwareState { keyboardSpace: number