Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 601 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 601 Bytes

ReactNativeChatApp

A Simple Chat application that utilises WebSocket Polyfill in React-native.

  • Client and Server both have separate dependencies.
  • Run 'npm i' on the server folder, then execute the server by node index.js
  • Run 'npm i' on the root folder, then run the porject the same way you run any react-native app [ios/chatter.xcodeproj]
  • Requires facebook SDK for the facebook login to work, it needs to be located in Documents/FacebookSDK see here