React native:如何做一个"共享元素/缩放"使用导航器过渡?

时间:2016-04-21 12:43:52

标签: javascript animation react-native navigator

是否可以制作一个"共享元素/缩放"转换为this in native native using navigator?

特别适用于图片库/模态等内容。

https://github.com/codepath/android_guides/wiki/Shared-Element-Activity-Transition

1 个答案:

答案 0 :(得分:4)

“目前React不支持在组件层次结构的不同部分重用本机视图,这使得在纯JS中实现共享元素转换变得困难。”

查看以下链接: https://github.com/brentvatne/hard-react-native-problems/issues/11

此外,它(共享元素)可能会在下一版本中作为Navigator的一部分推出。 查看以下主题: https://twitter.com/intelligibabble/status/764162422831652865

编辑:airbnb推出了具有共享元素转换功能的原生导航。它尚未正式发布。但可以尝试.. http://airbnb.io/native-navigation/docs/guides/shared-element-transitions.html

更新:值得检查https://wix.github.io/react-native-navigation共享元素实现。