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
I haven't gone through all of the table-related components yet, but I noticed I was unable to add scope because you don't accept any table accessibility-specific props. Is there a reason for this? I'm new to react-native so apologies if this is obvious. 🤪
Maybe I'm supposed to do it asChild for my use case and add whatever props I need in there? I was unable to see an obvious equivalent in the docs for scope here.
I haven't gone through all of the table-related components yet, but I noticed I was unable to add
scope
because you don't accept any table accessibility-specific props. Is there a reason for this? I'm new to react-native so apologies if this is obvious. 🤪Maybe I'm supposed to do it
asChild
for my use case and add whatever props I need in there? I was unable to see an obvious equivalent in the docs for scope here.https://github.com/roninoss/rn-primitives/blob/main/packages/table/src/table.tsx#L41-L44
Thank you in advance!
Rachel
The text was updated successfully, but these errors were encountered: