| 144 | } |
| 145 | |
| 146 | interface KeyboardAwareScrollViewProps |
| 147 | extends KeyboardAwareProps, |
| 148 | ScrollViewProps {} |
| 149 | interface KeyboardAwareFlatListProps<ItemT> |
| 150 | extends KeyboardAwareProps, |
| 151 | FlatListProps<ItemT> {} |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…