An open API service indexing awesome lists of open source software.

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的界面的技术出现】

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)