Skip to content

amzfcy/react-native-redux-es6

 
 

Repository files navigation

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

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

About

React Native ES6 Redux 仿ios计算器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.2%
  • Objective-C 24.1%
  • Java 4.7%