简体   繁体   English

如何使用React-native使像Instagram这样的照片弹出窗口

[英]How to make photo popup like Instagram with React-native

If you click a photo in Instagram without move off of the screen, 如果您在Instagram上单击照片而不离开屏幕,
The photo pops up. 照片弹出。
How can make this in React Native? 如何在React Native中做到这一点?
I read Navigator, but I guess it is not for that. 我读了Navigator,但我想不是为了这个。
Could you recommend some tutorial or some documents about this? 您能推荐一些有关此的教程或一些文档吗? Thank you so much. 非常感谢。

You might want to use this react-native-popup-dialog as it seems you are beginner. 您可能想使用此react-native-popup-dialog,因为您似乎是新手。 Simply install package and then import popup component as documentation says. 只需安装软件包,然后按照文档所述导入弹出组件。 Some adjustments and effect is going to be almost same! 一些调整和效果将几乎相同!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 React Native 制作类似于 Instagram 的点赞功能(如按钮) - How to make a like function similar to Instagram (like button) with react native 如何在 React Native 中做出像 Instagram 这样的响应式设计? - How to make responsive design like Instagram in React Native? 从像Instagram这样的图库中选择React-native - React-native pick images from gallery like instagram 如何使用嵌套滚动视图(如 twitter 或 instagram 配置文件屏幕 [REACT-NATIVE])创建粘性选项卡选择器 - How to create a sticky tab selector with nested scrollviews like twitter or instagram profile screens [REACT-NATIVE] 如何将弹出组件导入React-Native? - how to import popup component to React-Native? 从使用 Expo SDK 构建的 React-Native 应用程序将照片分享到 Instagram - Share photo to Instagram from React-Native app built with Expo SDK 如何在react-native App中接收Instagram的实时流 - How to receive the live stream of Instagram in react-native App 如何在不打开应用程序的情况下使用 React-Native 在 Instagram 上发帖? - How to post on Instagram using React-Native without opening the app? 如何突出显示这样的本机地图? - How to hightlight a react-native map like that? 像instagram一样反应原生网格 - React native grid like instagram
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM