react-native-at-glow icon indicating copy to clipboard operation
react-native-at-glow copied to clipboard

react-native-at-glow

Demo Project for blog post: React Native 在 Glow 的实践

如果你还没安装 React Native 开发环境,先看这个官方文档配置环境。

克隆代码;

git clone [email protected]:allenhsu/react-native-at-glow.git

安装 node modules,也可以使用 yarn install

cd react-native-at-glow/Demo
npm install

在 Simulator 里运行 Demo app,也可以打开 Demo.xcodeproj 手动运行:

react-native run-ios