react-native-image-viewing icon indicating copy to clipboard operation
react-native-image-viewing copied to clipboard

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

Open shuence opened this issue 3 years ago • 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";

shuence avatar Dec 19 '21 06:12 shuence

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

olaurendeau avatar May 05 '22 19:05 olaurendeau

Did you guys find any good alternatives?

SwiftWinds avatar Dec 28 '22 20:12 SwiftWinds