react-native-input-scroll-view
react-native-input-scroll-view copied to clipboard
styckyheaderindices is not working like scrollview props
In scrollview,
stickyHeaderIndices={[3]} in scrollview working with 4th child component
but in Inputscrollview stickyHeaderIndices={[3]} is not working in 4th child component
how can i solve it