You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It only gets what is on screen, it is ignoring the scroll.
Do we have a solution? I've seen that #2171 solves an issue related to ScrollView, but not in this case. I know that SectionGrid is a third-party library, so I'm wondering how to deal with it.
The text was updated successfully, but these errors were encountered:
Hello there.
I do have a list grouped by sections with
import {SectionGrid} from 'react-native-super-grid';
. I would like to make an image from it.It only gets what is on screen, it is ignoring the scroll.
Do we have a solution? I've seen that #2171 solves an issue related to ScrollView, but not in this case. I know that
SectionGrid
is a third-party library, so I'm wondering how to deal with it.The text was updated successfully, but these errors were encountered: