jobtoday/react-native-image-viewing

Module not found: Can't resolve './components/ImageItem/ImageItem'

shuence opened this issue · 2 comments

[11:53:52] Web Bundling complete 193849ms
[11:53:52] ./node_modules/react-native-image-viewing/dist/ImageViewing.js:10
[11:53:52] Module not found: Can't resolve './components/ImageItem/ImageItem'
[11:53:52] 8 | import React, { useCallback, useEffect } from "react";
[11:53:52] 9 | import { Animated, Dimensions, StyleSheet, View, VirtualizedList, Modal, } from "react-native";
[11:53:52] > 10 | import ImageItem from "./components/ImageItem/ImageItem";
[11:53:52] 11 | import ImageDefaultHeader from "./components/ImageDefaultHeader";
[11:53:52] 12 | import StatusBarManager from "./components/StatusBarManager";
[11:53:52] 13 | import useAnimatedComponents from "./hooks/useAnimatedComponents";

This is driving me away from your library, not being able to keep a functional web version.

Did you guys find any good alternatives?