diff --git a/README.md b/README.md new file mode 100644 index 0000000..2155673 --- /dev/null +++ b/README.md @@ -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) + + + diff --git a/ios/suzy.xcodeproj/project.pbxproj b/ios/suzy.xcodeproj/project.pbxproj index 699f7f6..708d3b7 100644 --- a/ios/suzy.xcodeproj/project.pbxproj +++ b/ios/suzy.xcodeproj/project.pbxproj @@ -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; }; @@ -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; }; diff --git a/src/util/tools.js b/src/util/tools.js index 54d32ae..6502278 100644 --- a/src/util/tools.js +++ b/src/util/tools.js @@ -16,5 +16,5 @@ module.exports = { height: Dimensions.get('window').height }, author:'rong', - domain:'http://suzyapp.duapp.com' + domain:'http://suzydemo.duapp.com' } \ No newline at end of file diff --git a/suzyApp.gif b/suzyApp.gif new file mode 100644 index 0000000..fc39abe Binary files /dev/null and b/suzyApp.gif differ