reactnativecn / react-native-website

React Native 中文网
https://reactnative.cn
MIT License
218 stars 328 forks source link

请教在浏览器访问的react-native项目(非app)怎么dom截屏 #557

Closed melolee93 closed 2 years ago

melolee93 commented 2 years ago

问题的具体描述

最近刚接手了一个react-native开发的微信公众号项目,这个项目不是app(我看是转了web,用浏览器访问的),因此调用不到原生的截屏api, ViewShot和react-native-view-shot都用不了。目前有一个功能需要实现就是要把页面的某个区域截图生成一张图片,请教各位老师如何能解决?

memoryseven commented 2 years ago

web?那就用 react的组件

melolee93 commented 2 years ago

但是接手的这个项目是一个reactnative编写的项目,在部署的时候转成html5了

memoryseven commented 2 years ago

不然你用原始的web方式,搞个js,然后 直接引用到那个html5里就行了啊。

melolee93 commented 2 years ago

不然你用原始的web方式,搞个js,然后 直接引用到那个html5里就行了啊。

感谢回复,现在发现,这个项目虽然是reactnative架构,但是我新建一个react的组件,也是可以在在项目中运行的,这样我就可以用html2canvas进行dom截图了

github-actions[bot] commented 2 years ago

👋 Hey there, it looks like there has been no activity on this issue in the last 90 days. Has the issue been fixed, or does it still require the community attention? This issue will be closed in the next 7 days if no further activity occurs. Thank you for your contributions.

memoryseven commented 2 years ago

我将尽快给您回复。