Skip to content

MepaIT/feathers-react-native-chat

 
 

Repository files navigation

feathers-react-native-chat

A React Native example chat app using Feathers that talks with the feathers-chat server.

Getting Started

  1. Make sure you have NodeJS and npm installed.

  2. Clone down the repository

  3. Install react native CLI

    npm install -g react-native-cli
    
  4. Install your dependencies

    cd path/to/feathers-react-native-chat;
    
    npm
    npm install
    
    yarn
    yarn install
    
  5. Start the feathers-chat server.

  6. Start the iOS app

    react-native run-ios
    
  7. Start the Android app

    react-native run-android
    

If you run into issues starting the apps please refer to the React Native docs. It's most likely a problem with your environment.

Changelog

O.1.0

  • Initial release

About

A React Native example chat app using feathers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.1%
  • Objective-C 15.4%
  • Python 5.8%
  • Java 5.0%
  • Shell 0.7%