Skip to content

Commit

Permalink
加入说明
Browse files Browse the repository at this point in the history
  • Loading branch information
郑国榕 committed Aug 4, 2016
1 parent 2cb4cf2 commit b100bf6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# suzy.live App

> 使用react-native + redux开发的App

## 技术栈
react-native
redux

##第三方组件
react-native-image-picker 拍照功能
react-native-loading-spinner-overlay 加载中遮罩
react-native-vector-icons 应用各种icon

## 安装步骤

``` bash
# 安装依赖
npm install

# 运行应用
react-native run-ios
```

## 效果截图
![](suzyApp.gif)



4 changes: 2 additions & 2 deletions ios/suzy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = cn.com.bluemoon.itteam;
PRODUCT_NAME = suzy;
PROVISIONING_PROFILE = "8c47d19a-0f86-4cc5-b00c-8a56dd3d6ce1";
PROVISIONING_PROFILE = "79004031-dfaa-4689-a8a6-e4eb3fe1bc21";
};
name = Debug;
};
Expand Down Expand Up @@ -803,7 +803,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = cn.com.bluemoon.itteam;
PRODUCT_NAME = suzy;
PROVISIONING_PROFILE = "8c47d19a-0f86-4cc5-b00c-8a56dd3d6ce1";
PROVISIONING_PROFILE = "79004031-dfaa-4689-a8a6-e4eb3fe1bc21";
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion src/util/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ module.exports = {
height: Dimensions.get('window').height
},
author:'rong',
domain:'http://suzyapp.duapp.com'
domain:'http://suzydemo.duapp.com'
}
Binary file added suzyApp.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b100bf6

Please sign in to comment.