本範例是由 ReactTodosTutorial 轉換成 React Native 的版本
- 根據 Commit history 看到 React 轉換成 React Native 的過程
- 示範 ReactNative + Redux + Immutable.js
- For fun : )
請參考官方文件中 Getting Started
git clone https://github.com/shiningjason1989/ReactNativeTodos.git
cd ReactNativeTodos
npm install
open iOS/ReactNativeTodos.xcodeproj
點擊 xcode 上方的 run 即可 : )
你可以使用 exponent/xde,使用的方式可以參考本篇 ExponentTodos
Ps. 不過,你還是要有一台 iPhone 才可以 :p