Open
Description
Like the title says,
Do I need to do any other change to support FlashList using the HOC function? because I have this code but the Keyboard events logic looks like is not working, I'm not able to see the keyboard aware behavior:
const config = {
enableOnAndroid: true,
enableResetScrollToCoords: false,
enableAutomaticScroll: true,
extraScrollHeight: 80,
viewIsInsideTabBar: true,
};
const FlashListKeyboardAware = listenToKeyboardEvents(config)(FlashList);
Metadata
Metadata
Assignees
Labels
No labels