The fastest most reliable Image component for React Native. Don't @ me. This module can be used as a drop-in replacement for react-native's Image
component.
yarn add react-native-fastest-image
Import the library into your JavaScript file:
import Image from 'react-native-fastest-image';
function App() {
return <Image />;
}
You can see a full example in this snack