AppAndFlow / react-native-design-utility

Utility for building design system in react-native. Idea from TailwindCSS
MIT License
139 stars 25 forks source link

Add a way to make customizable component who get the context, a bit like the Animated Api #4

Open EQuimper opened 6 years ago

EQuimper commented 6 years ago

would be nice to be able to do this.

const MyButton = Utility.createUtilityComponent(Button)

This will get the full context like theme etc.

mtnptrsn commented 6 years ago

+1. Would love this feature.