iamshadmirza / react-native-design-system

A tiny design system
https://www.npmjs.com/package/react-native-design-system
MIT License
237 stars 31 forks source link

feat: accessibility added to components #26

Closed foxfl closed 2 years ago

foxfl commented 2 years ago
iamshadmirza commented 2 years ago

some props cause issues when you directly pass them to View like textAlign='center'. There are other props. Are we remove custom props from View props and only passing the View one?