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

Interface KeyboardAwareSectionListProps

index.d.ts:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 extends KeyboardAwareProps,
151 FlatListProps<ItemT> {}
152interface KeyboardAwareSectionListProps<ItemT>
153 extends KeyboardAwareProps,
154 SectionListProps<ItemT> {}
155
156interface KeyboardAwareState {
157 keyboardSpace: number

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…