react-native-design-utility
react-native-design-utility copied to clipboard
Add a way to make customizable component who get the context, a bit like the Animated Api
would be nice to be able to do this.
const MyButton = Utility.createUtilityComponent(Button)
This will get the full context like theme etc.
+1. Would love this feature.