File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
66import * as React from 'react'
77import {
8- ScrollViewProperties ,
9- FlatListProperties ,
10- SectionListProperties
8+ ScrollViewProps ,
9+ FlatListProps ,
10+ SectionListProps
1111} from 'react-native'
1212
1313interface KeyboardAwareProps {
@@ -145,13 +145,13 @@ interface KeyboardAwareProps {
145145
146146interface KeyboardAwareScrollViewProps
147147 extends KeyboardAwareProps ,
148- ScrollViewProperties { }
148+ ScrollViewProps { }
149149interface KeyboardAwareFlatListProps < ItemT >
150150 extends KeyboardAwareProps ,
151- FlatListProperties < ItemT > { }
151+ FlatListProps < ItemT > { }
152152interface KeyboardAwareSectionListProps < ItemT >
153153 extends KeyboardAwareProps ,
154- SectionListProperties < ItemT > { }
154+ SectionListProps < ItemT > { }
155155
156156interface KeyboardAwareState {
157157 keyboardSpace : number
You can’t perform that action at this time.
0 commit comments