热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

如何使用ReactNative实现此效果?-HowtoachievethiseffectwithReactNative?

IwonderhowtodothiseffectwithReactNative.Imawareofthesidedrawercomponentandreactn

I wonder how to do this effect with React Native. I'm aware of the side drawer component and react native GL and such, but I've no idea where to begin.

我想知道如何用React Native做这个效果。我知道侧抽屉部件并反应原生GL等,但我不知道从哪里开始。

The effect is the one on the last column in this image:

效果是此图像中最后一列的效果:

Coloristic Navigation effect

1 个解决方案

#1


0  

You can use a transformation.

您可以使用转换。

https://facebook.github.io/react-native/docs/transforms.html#proptypes

myStyle: {
    transform: [{ rotateY: '45deg'}]
}

推荐阅读
author-avatar
快乐俱乐部老巢_260
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有