nandorojo / dripsy

🍷 Responsive, unstyled UI primitives for React Native + Web.
https://dripsy.xyz
MIT License
1.98k stars 77 forks source link

tabIndex support? #253

Closed jeffscottward closed 1 year ago

jeffscottward commented 1 year ago
Screenshot 2022-11-24 at 2 00 16 PM
nandorojo commented 1 year ago

These aren't dripsy issues, but rather react-native issues. You can use focusable={true} or false. tabIndex is also supported on newer versions of RN. https://github.com/facebook/react-native/pull/34486/files