react-native-super-grid icon indicating copy to clipboard operation
react-native-super-grid copied to clipboard

Responsive Grid View for React Native

Results 5 react-native-super-grid issues
Sort by recently updated
recently updated
newest added

Hi! When nesting a `FlatGrid` component in a ScrollView, the following warning appears: > VirtualizedLists should never be nested inside plain ScrollViews with the same orientation - use another VirtualizedList-backed...

Hellow everyone. I aprreciate all who did it library. I want to ask one questions. Is this library suport or non already?

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

I have this code that uses `FlatGrid` component ```tsx Hello world} style={{ backgroundColor: 'red' }} ListHeaderComponent={ HELLO HEADER } ListHeaderComponentStyle={{ backgroundColor: 'white' }} stickyHeaderIndices={[0]} /> ``` It renders like this...