| 150 | extends KeyboardAwareProps, |
| 151 | FlatListProps<ItemT> {} |
| 152 | interface KeyboardAwareSectionListProps<ItemT> |
| 153 | extends KeyboardAwareProps, |
| 154 | SectionListProps<ItemT> {} |
| 155 | |
| 156 | interface KeyboardAwareState { |
| 157 | keyboardSpace: number |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…