简体   繁体   中英

React-native transform view to fullscreen

I'm trying to do this animation (the pesto bruschetta)

I have a listView with a couple of cards with a specific width/height. and I need to make one fullScreen with additionnal information when I click on it (so with the onPress).

I'm using : react-native: 0.30.0 and react-native-router-flux: 3.33.0 for the routing between Scene/Activity

Anyone whould have an idea of how to do the fullscreen transformation?

Specifically to react-native-router-flux or not. I have tried using LayoutAnimation from react-native , but nothing was working (and the only exmaple i found online wasn't compiling)

读取react-native-lightbox的代码。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM