添加手机
¥Adding Mobile
我们的照片库应用只有在 iOS、Android 和 Web 上运行后才算完整 - 全部使用一个代码库。只需进行一些小的逻辑更改即可支持移动平台,安装一些原生工具,然后在设备上运行应用。我们走吧!
¥Our photo gallery app won’t be complete until it runs on iOS, Android, and the web - all using one codebase. All it takes is some small logic changes to support mobile platforms, installing some native tooling, then running the app on a device. Let’s go!
让我们从一些小的代码更改开始 - 那么当我们将应用部署到设备时,它将会 "只是工作"。
¥Let’s start with making some small code changes - then our app will "just work" when we deploy it to a device.