This repo demonstrates the usage of latest React-Native with Redux.
- you have to use
[email protected]
, if you are using[email protected]
you might get into some wired scenarios. Please open an issue if you can't get it run on[email protected]
. also you can follow this issue for more info. - clone the project
- go to
Counter
folder - run
npm install
###在原版上的修改
-在andriod 的文件夹下你需要添加一个local.properties 再在里面添加你的andriod Sdk地址
###运行
1.项目目录下 npm install
2.修改local.properties 下的sdk目录为自己的andriod sdk目录
3.运行react-native run-android
4.运行react-native start
Cheers,