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

Pure JavaScript image gallery component for iOS and Android with high-performance and native feeling in mind

Results 96 react-native-image-gallery issues
Sort by recently updated
recently updated
newest added

`node_modules/fbjs/lib/warning.js:33:20 in printWarning` `- node_modules/fbjs/lib/warning.js:57:25 in warning` `- node_modules/prop-types/checkPropTypes.js:52:18 in checkPropTypes` `- node_modules/react-native/Libraries/Renderer/ReactNativeRenderer-dev.js:11916:8 in processChildContext` `- node_modules/react-native/Libraries/Renderer/ReactNativeRenderer-dev.js:11970:46 in invalidateContextProvider` `- node_modules/react-native/Libraries/Renderer/ReactNativeRenderer-dev.js:8852:32 in finishClassComponent` `- node_modules/react-native/Libraries/Renderer/ReactNativeRenderer-dev.js:8762:6 in updateClassComponent` `- node_modules/react-native/Libraries/Renderer/ReactNativeRenderer-dev.js:9581:10 in...

Hi. i need to get image zoom scale. any idea?

Do we have a chance to get any information while changing zoom level ?

Page scroll not working and index of the page start from beginning as shown below https://user-images.githubusercontent.com/33023754/115861991-faf8a100-a44c-11eb-8cf9-646cc05251b8.mp4

I am getting following `warning virtualized cell.cell key of type number`

Hello Admin, Can you please updated for the following warnings. - Warning: Failed prop type: Invalid prop `initialPage` of type `string` supplied to `Gallery`, expected `number`. - Warning: Failed prop...

the key has to always be a string not at int. console always shows warnings. i fixed on my end like this: ` keyExtractor (item, index) { return index; }`...