Skip to content

Latest commit

 

History

History
executable file
·
75 lines (61 loc) · 1.14 KB

README.md

File metadata and controls

executable file
·
75 lines (61 loc) · 1.14 KB

Messenger

Messenger

A React Native App which is imitate Messenger App of version after 200.0.

Old project

Messenger-old of version before 200.0.

Technology stack

React Native@0.57.8、react-navigation@3.0.9、redux@4.0.1、react-redux@6.0.1、redux-saga@1.0.2

Installation

git clone https://github.com/tykdn/Messenger.git`

with yarn

yarn

or with npm:

npm install
react-native link

Usage

In the project directory:

run the app

npm start

format code

npm run prettier

build android apk

npm run build_android

TODO List

  • Conversation list page
  • Conversation page
  • Group Conversation page
  • modify page
  • add contact page
  • online page
  • personal center page
  • find page
  • game page
  • video chat page
  • take photo page
  • use redux Refactor data flow
  • shop page
  • so many third-level page page

License