Questions tagged [react-image]

React Image is a reactjs component that facilitates loader and fallback lifecycles

62 questions
-1
votes
1 answer

click on image on react-image-gallery and go fullscreen

import "../../node_modules/react-image-gallery/styles/css/image-gallery.css"; import ImageGallery from "react-image-gallery"; import { useRef } from "react"; const images = [ { original: "https://picsum.photos/id/1018/1000/600/", …
-1
votes
1 answer

how to make image show fade in and out with pure react native? (with function component)

i want to make sequential images that fade in and out repeated. i seen this sometimes in web. i want to implement this in app with react-native. but i feel difficult when make this with pure react native. and it seems impossible with…
nayounsang
  • 83
  • 1
  • 6
1 2 3 4
5