/react-native-redux-es6

React Native ES6 Redux 仿ios计算器

Primary LanguageJavaScript

React Native ES6 Redux 仿ios计算器

借助react-web 实现react-native能在web端使用

先上效果图

ios版

效果图

web版

效果图

Requirements

  • node
  • react-native-cli
  • xcode
  • react-web

Ios Step 1

$ git clone https://github.com/febobo/react-native-redux-es6.git
$ cd react-native-redux-es6
$ npm install
$ npm start

Ios Step 2

使用xcode 打开react-native-redux-es6/ios/demo.xcodeproj
or $ open demo.xcodeproj

Web Start

$ react-web start
open http://127.0.0.1:3000

PS

只完成基本算法,仅供学习参考使用