Twitter克隆 这是一个使用React Native和Redux创建的简单应用程序,用于模仿官方Twitter应用程序的基本设计和功能。 它使用fakerJs和json-server server为应用程序运行演示服务器。 预习 - 依存关系 React本机 UI元素的NativeBase 法克 Lodash 用于状态管理的Redux Redux传奇 React导航 开始使用 1.克隆仓库 在命令提示符下,运行以下命令 $ git clone https://github.com/pranit123/Twitter-Clone.git $ cd Twitter-Clone/ $ np