react-native-magnus
react-native-magnus copied to clipboard
[Feature] FastImage component
Summary
Can we have a component wrapper around react-native-fast-image that supports magnus theming and styling guidelines.
Motivation
Currently Image component we have with magnus is wrapper around React native Image component. Which doesn't not support many features fast-image offers and is pretty reliable and useful for many case.
@dhruvsaxena1998 I am currently working on version 2 of magnus which will include a utility function that can convert any component to magnus component :D
the API will mostly likely would be magnus(MyComponent);
Well that will resolve most of the issues like this, thanks for clarifying :)