Skip to content

使用ReactNative开发的仿微信客户端(UI部分)

Notifications You must be signed in to change notification settings

GeminiLove/RNWeChat

 
 

Repository files navigation

RNWeChat

使用ReactNative开发的仿微信客户端(UI部分)

运行方法

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

更新

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

截图

image image image image image image image image image image

About

使用ReactNative开发的仿微信客户端(UI部分)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.0%
  • Objective-C 5.9%
  • Python 2.3%
  • Java 1.8%