React Native Zoom Image animation - reactjs

I have a horizontal list of large images. I want to have an animation set that when a user clicks on an image this image jumps out and moved to the top of the screen using the full width so I can open a bottom drawer to fill the rest. How could I achieve this?

Related

how to give border color to slider img when slider img is active in slick carousel when arrows are clicked(uses AsNavFor & vertical swiping))

image for reference
As I'm using the AsNavFor and vertical slider together in slick carousel, the active slider gets the purple border,the bordered active slider is always on top by default, how to navigate via arrows so that bordered active slider is also navigating on 3 and 4th images.
if list of images is infinite how will it scroll along with showing active border when scrolled

Nested scrolling inside Swiper in react

I have a vertical swiper where in one of the slides I have a box with overflowing Y content, I want the user to be able to scroll vertically within the box. But in both dektop and android mousescroll is not working. No scroll event is generating from within the box, and scroll is interpreted as swiping. I also have a multiline text field inside same slide but I am able to scroll in that, so it must be possible. How can I make it work the way I want to?

Rechart Scrollable bar chart, In a simple bar chart with large data how to implement scroll when Bar is dragged left or right( without Brush or Pan)

Hi I want to implement bar chart in rechart react. it should scroll when user clicks and drags Bar to Left or Right. I have already tried Brush and Panning but not suitable for me. requirement is no external slider to be used chart itself should be scrollable on drag

In react-navigation, how do I change the color of the overlay visible when performing a back gesture?

Using a StackNavigator from React Navigation, when performing the back gesture (swiping the top card from left to right to pop it off the stack) there is a bright white overlay that appears on the card below. How do I change the color of that overlay or remove it?
You'd need to create your own Transitioner. Essentially create an Animated View that wraps your scene and adjust the opacity. See the docs with more info and examples.

How to display image thumbnails in a Panorama(or pivot) page and scroll horizontally?

I have some Thumbnail images .I want to display image thumbnails in a Panorama(or pivot) page and scroll horizontally as in native windows phone 7 photo viewer application.Is it possible?
Set the Orientation on the PanoramaItem to Horizontal to recreate the behaviour of the Pictures hub.
The pivot does/should not support horizontal scrolling within an item.

Resources