MCPcopy
hub / github.com/APSL/react-native-keyboard-aware-scroll-view / KeyboardAwareState

Interface KeyboardAwareState

index.d.ts:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 SectionListProps<ItemT> {}
155
156interface KeyboardAwareState {
157 keyboardSpace: number
158}
159
160declare class ScrollableComponent<P, S> extends React.Component<P, S> {
161 getScrollResponder: () => void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…