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

Fix: generate background props for TouchableNativeFeedback #38

Closed foxfl closed 2 years ago

foxfl commented 2 years ago

TouchableNativeFeedback is used on android which expects background props to be an object. In some cases we pass the whole props object to the TouchableNativeFeedback where background maybe just a string and thus crashes the application.

Fixes this with two functions that either generated the relevant object based on the input string or removes the background from props.