https://github.com/thegreatjavascript/fakescreenshotapp
【一个个页面的copy太麻烦,期待能有办法像通过 Chrome DevTools 一样,修改任何App的界面的技术出现】
https://github.com/thegreatjavascript/fakescreenshotapp
Last synced: 7 months ago
JSON representation
【一个个页面的copy太麻烦,期待能有办法像通过 Chrome DevTools 一样,修改任何App的界面的技术出现】
- Host: GitHub
- URL: https://github.com/thegreatjavascript/fakescreenshotapp
- Owner: thegreatjavascript
- License: gpl-3.0
- Created: 2019-03-09T05:31:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T13:38:48.000Z (almost 7 years ago)
- Last Synced: 2025-03-28T21:12:33.487Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.24 MB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FakeScreenshotApp
🎉 🎊【App端】对抗假新闻系列项目之一:截屏 = 实锤?相信你就输了!
### 如何运行
---
**首先**确保你本地有 ReactNative 项目所需环境(不考虑 iOS 环境),官方文档 [英文教程](https://facebook.github.io/react-native/docs/getting-started) [中文教程](https://reactnative.cn/docs/0.51/getting-started/)
**下载项目:**
```bash
git clone git@github.com:thegreatjavascript/FakeScreenshotApp.git
cd ./FakeScreenshotApp
yarn // or npm i
```
**运行项目前**需要通过 USB 将手机连接到电脑上,遵循[官方教程](https://facebook.github.io/react-native/docs/running-on-device) [中文教程](https://reactnative.cn/docs/0.51/getting-started/)或者自行 Google 教程
```bash
react-native run-android
// react-native run-android --terminal hyper 如果你希望让Metro Builder命令运行在制定终端应用上的话,可以通过此参数指定(比如我用的是Hyper)
```
#### 代办事项
---
[功能看板](https://github.com/thegreatjavascript/FakeScreenshotApp/projects/1)