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 ?