0

I am beginner developer of react native. I am making demo of wallpaper application in which I need to open image in slider and then when click on any perticular image.

At that time I need to ope set Image as bottomsheet for choose option like Lockscreen Or Home screen.

I Already tried NPM package for it. but it is not working in my application. some version mismatch issue (app is crashing if that NPM I install.)

After spending lot's of time I found that in Android Same function is called set Image as intent. But I don't know how to use it in React Native

Can Anyone Help Me Please ?

Mayur Kukadiya
  • 2,461
  • 1
  • 25
  • 58

1 Answers1

0

A quick way to search for images from the gallery is using the package react-native-image-crop-picker https://github.com/ivpusic/react-native-image-crop-picker.