1 Star 0 Fork 130

麦子的田 / RNWeChat

forked from yubo_725 / RNWeChat 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

RNWeChat

  • 使用ReactNative开发的仿微信客户端,欢迎大家给个star或fork,谢谢~~
  • 如果在项目构建过程中有任何问题,欢迎提issue,我有空一定帮忙解答O(∩_∩)O~~

运行方法

  • 在项目根目录下执行npm install
  • 由于项目中的导航控件使用的ReactNavigation,所以还需要执行npm install --save react-navigation
  • 上面两步执行结束后,再执行react-native run-android即可
  • apk目录下有RNWeChat-release.apk文件,可直接安装查看效果

更新

  • 2017-6-8 修改联系人数据从服务端获取,包括联系人姓名、头像等,其他部分数据暂时为测试数据

注意

打release包时请使用自己的签名文件和签名配置,请注意android/app/build.gradle文件中的

signingConfigs {
    release {
        storeFile file(MYAPP_RELEASE_STORE_FILE)
        storePassword MYAPP_RELEASE_STORE_PASSWORD
        keyAlias MYAPP_RELEASE_KEY_ALIAS
        keyPassword MYAPP_RELEASE_KEY_PASSWORD
    }
}

截图

Empty file

About

基于ReactNative的高仿微信客户端 expand collapse
JavaScript
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
JavaScript
1
https://gitee.com/hellopics/RNWeChat.git
git@gitee.com:hellopics/RNWeChat.git
hellopics
RNWeChat
RNWeChat
master

Search