roninoss / rn-primitives

Style-agnostic, accessible React Native components for iOS, Android, and Web
https://rnprimitives.com
MIT License
427 stars 12 forks source link

List - A very important component #35

Closed modbender closed 1 month ago

modbender commented 1 month ago

I think this is a very basic component for every react native UI library and should be implemented with priority

image

image

Example is here: https://mui.com/material-ui/react-list/

Especially this part: https://mui.com/material-ui/react-list/#list-controls

Has a lot of use cases:

mrzachnugent commented 1 month ago

@modbender fortunately/unfortunately primitives for lists already exist with react-native so we will not be implementing one.