React image component that can be used for cordova app to fetch local/offline images first and use remote url as a fallback.
Install using npm:
npm install @ox2/image --saveInstall using yarn:
yarn add @ox2/imageimport ImageOffline from '@ox2/image/ImageOffline';
<ImageOffline remoteLink={remoteLinkUrl} localImg={localImgUrl} />
Changes are tracked in the CHANGELOG.md