GitHub
github.com › meliorence › react-native-image-gallery
GitHub - meliorence/react-native-image-gallery: Pure JavaScript image gallery component for iOS and Android with high-performance and native feeling in mind
Props to ldn0x7dc for his amazing work! 👏👏👏 · A pure JavaScript image gallery component for React Native apps with common gestures like pan, pinch and doubleTap, supporting both iOS and Android.
Starred by 720 users
Forked by 298 users
Languages JavaScript
npm
npmjs.com › package › react-native-image-gallery
react-native-image-gallery - npm
Props to ldn0x7dc for his amazing work! 👏👏👏 · A pure JavaScript image gallery component for React Native apps with common gestures like pan, pinch and doubleTap, supporting both iOS and Android.
» npm install react-native-image-gallery
Published Jan 12, 2018
Version 2.1.5
Author Archriss
Videos
npm
npmjs.com › package › react-native-awesome-gallery
react-native-awesome-gallery - npm
const images = ['https://image1', 'https://image2']; return ( <Gallery data={images} onIndexChange={(newIndex) => { console.log(newIndex); }} /> ); import Gallery, { GalleryRef } from 'react-native-awesome-gallery'; // ...
» npm install react-native-awesome-gallery
Published Sep 28, 2024
Version 0.4.3
Author pavelbabenko
npm
npmjs.com › package › @georstat › react-native-image-gallery
@georstat/react-native-image-gallery - npm
import { ImageGallery } from '@georstat/react-native-image-gallery'; const images = [ { id: 1, url: 'https://...', // any other extra info you want }, ...
» npm install @georstat/react-native-image-gallery
Published Apr 03, 2022
Version 1.1.0
Author Efstathios Ntonas - George Bakogiannis - George Kallinikos
React Native
reactnative.dev › docs › images
Images · React Native
You wouldn't want to use the full quality 3264x2448 image as source when displaying a 200x200 thumbnail. If there's an exact match, React Native will pick it, otherwise it's going to use the first one that's at least 50% bigger in order to avoid blur when resizing from a close size.
GitHub
github.com › georstat › react-native-image-gallery
GitHub - georstat/react-native-image-gallery: React Native Image Gallery with Thumbnails
import { ImageGallery } from '@georstat/react-native-image-gallery'; const images = [ { id: 1, url: 'https://...', // any other extra info you want }, ...
Starred by 92 users
Forked by 24 users
Languages TypeScript 51.4% | Java 17.0% | Objective-C 12.3% | Handlebars 8.1% | JavaScript 6.8% | Ruby 2.2%
GitHub
github.com › nandorojo › galeria
GitHub - nandorojo/galeria: The React (Native) Image Viewer. 📷
Starred by 639 users
Forked by 34 users
Languages TypeScript 44.7% | Swift 39.2% | Kotlin 12.1% | JavaScript 2.6% | Ruby 1.4%
GitHub
github.com › SimformSolutionsPvtLtd › react-native-photos-gallery
GitHub - SimformSolutionsPvtLtd/react-native-photos-gallery: A React Native custom animated photo gallery component to open and view photos ✨
import React from 'react'; import { SafeAreaView, StyleSheet } from 'react-native'; import { PhotoGallery } from 'react-native-photos-gallery'; export const data = [ { id: 1, source: require('./assets/images/apple.jpeg'), }, { id: 2, source: require('./assets/images/apple_icon.jpeg'), }, { id: 3, source: require('./assets/images/DeepPurple.png'), }, { id: 4, source: require('./assets/images/iPhone12.jpeg'), }, { id: 5, source: require('./assets/images/iPhoneX.jpeg'), }, { id: 6, source: require('./assets/images/iphoneXWall.jpg'), }, { id: 7, source: require('./assets/images/112ProMax.jpg'), },
Starred by 63 users
Forked by 2 users
Languages TypeScript 57.8% | Java 19.3% | C++ 9.0% | Objective-C++ 5.5% | Objective-C 3.0% | JavaScript 2.4%
Crowdbotics
crowdbotics.com › home › how to create a custom image gallery in react native
How to Create a Custom Image Gallery in React Native — Crowdbotics
February 28, 2024 - Using an open-source library like react-native-swiper, or something a bit more advanced like react-native-snap-carousel, provides us with the tools we need to create it, but what if you want to create a custom gallery view with additional functionality? In this tutorial, we’re going to create a custom gallery of images using react-native-snap-carousel and FlatList from React Native, and the open-source library is going to display each image in a carousel view.
npm
npmjs.com › package › react-native-photo-gallery
react-native-photo-gallery - npm
This library is a very simple, yet powerfull gallery component. It provides a native similar gallery including horizontal swiper, photo view, zoom, and pagination. Tested without stutters with 1000+ images.
» npm install react-native-photo-gallery
Published Jul 17, 2020
Version 0.2.4
Author Michaël Villeneuve
GetStream
getstream.io › chat messaging › docs › react native (v3) › imagegallery
ImageGallery - React Native (v3) Chat Messaging Docs
This is documentation for Stream Chat React Native SDK v3, which is nolonger actively maintained. For up-to-date documentation, see the latest version (v8) . ... Component to render the image viewer. This component handler all the gestures for zooming and swiping on images within gallery.
GitHub
github.com › halilb › react-native-photo-browser
GitHub - halilb/react-native-photo-browser: Local and remote media gallery with captions, selections and grid view support for react native.
Starred by 723 users
Forked by 184 users
Languages JavaScript 84.4% | Objective-C 9.1% | Starlark 3.6% | Java 2.9%
Enappd
enappd.com › blog › pick-images-from-camera-gallery-in-react-native-app › 78
How to pick images from Camera & Gallery in React Native app
So, we need to provide some permission to access the Camera and Gallery. We are going to add the following permissions in the AndroidManifest.xml · Project → android → app → src → debug → AndroidManifest.xml ... React Native Image Picker library provides an ImagePicker component in which you can set the options like the title of the picker, your custom buttons (name and title of the button) and storage options like skipBackup, etc..
CodeSandbox
codesandbox.io › examples › package › react-native-image-gallery
react-native-image-gallery examples - CodeSandbox
Use this online react-native-image-gallery playground to view and fork react-native-image-gallery example apps and templates on CodeSandbox.
GitHub
github.com › pavelbabenko › react-native-awesome-gallery
GitHub - pavelbabenko/react-native-awesome-gallery: Performant, native-like, and well-customizable gallery for React Native.
NOTE: You have to call setImageDimensions({width, height}) parameter after image is loaded · (renderItemInfo: {item: T, index: number, setImageDimensions: Function}) => React.ReactElement ... Allows user to swipe infinitely. Works when data.length > 1 ... Dimensions object for the View that wraps gallery. ... Fired when pinch gesture ends. Use case: add haptic feedback when user finished gesture with scale > maxScale or scale < 1 ... import Gallery, { GalleryRef } from 'react-native-awesome-gallery'; // ...
Starred by 589 users
Forked by 67 users
Languages TypeScript 94.3% | JavaScript 5.7%