marsoln / rn-demo-proj

An android real-time chat App,which is created with React-Native,and need lets-chat(my another repo) as the service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A react-native android app

prepare to start

establish service

this step will need another repo, check it here https://github.com/marsoln/lets-chat

  • clone this repo in anothor directory git clone git@github.com:marsoln/lets-chat.git
  • into the project cd lets-chat
  • install dependencies npm install
  • start the service npm start
  • change your server connection config in this project at the ./app/libs/utils/http.js file
const SERVER = 'http://??.??.??.??' // change the ip address of your server

start this demo application

  • run develop command in this project npm start

enjoy your time

Feel free to do whatever you wanna do

About

An android real-time chat App,which is created with React-Native,and need lets-chat(my another repo) as the service.

License:MIT License


Languages

Language:JavaScript 88.8%Language:Objective-C 6.6%Language:Python 2.5%Language:Java 2.1%