All Projects → feathersjs-ecosystem → Feathers React Native Chat

feathersjs-ecosystem / Feathers React Native Chat

A React Native example chat app using feathers

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Feathers React Native Chat

React Atom
A simple way manage state in React, inspired by Clojure(Script) and reagent.cljs
Stars: ✭ 133 (-29.63%)
Mutual labels:  mobx
Mobx.dart
MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
Stars: ✭ 2,038 (+978.31%)
Mutual labels:  mobx
Pyract
Think: Gtk+ meets React + MobX but for Python
Stars: ✭ 167 (-11.64%)
Mutual labels:  mobx
Skclusive.blazor.samples
Skclusive.Blazor.Samples
Stars: ✭ 144 (-23.81%)
Mutual labels:  mobx
Pul
PÜL - A carpooling app designed for students to help each other get more involved in their community.
Stars: ✭ 152 (-19.58%)
Mutual labels:  mobx
Mobx Decorators
Several helper MobX decorators (setter, observe, save, ...)
Stars: ✭ 158 (-16.4%)
Mutual labels:  mobx
Rnn Starter
🤹 Production-ready starter for your next React Native App! Powered by cli-rn, React Native Navigation, Expo, Reanimated 2, Notifications, Over-The-Air Updates, Mobx, Dark Mode, and Localization.
Stars: ✭ 127 (-32.8%)
Mutual labels:  mobx
React Hooks Mobx State Tree
React Hooks + MobX State Tree + TypeScript = 💛
Stars: ✭ 169 (-10.58%)
Mutual labels:  mobx
Tap The Number
A simple React-Native game for iOS
Stars: ✭ 153 (-19.05%)
Mutual labels:  mobx
Mobx Rest
REST conventions for Mobx
Stars: ✭ 164 (-13.23%)
Mutual labels:  mobx
Outline
The fastest wiki and knowledge base for growing teams. Beautiful, feature rich, and markdown compatible.
Stars: ✭ 13,833 (+7219.05%)
Mutual labels:  mobx
Mobx Apollo
A MobX and Apollo Client integration utility.
Stars: ✭ 152 (-19.58%)
Mutual labels:  mobx
Revact
Full reactivity JS/TS framework. Lightweight replacement of React + MobX + React Router. Very small and fast !!
Stars: ✭ 159 (-15.87%)
Mutual labels:  mobx
Xsm
State Management made eXtraordinarily simple and effective for Angular, React, and Vue
Stars: ✭ 138 (-26.98%)
Mutual labels:  mobx
Multrin
Organize apps windows in tabs like in abandoned Windows Sets and more
Stars: ✭ 2,107 (+1014.81%)
Mutual labels:  mobx
React Mobx State Tree
Create React App with MobX State Tree, Styled Components and GraphQL
Stars: ✭ 127 (-32.8%)
Mutual labels:  mobx
Xbyjmusic
🎷🎸基于electron的跨平台 NeteaseMusic 桌面应用🎺🎻
Stars: ✭ 156 (-17.46%)
Mutual labels:  mobx
Mobx React Lite
Lightweight React bindings for MobX based on React 16.8 and Hooks
Stars: ✭ 2,096 (+1008.99%)
Mutual labels:  mobx
Taming The State In React
📓Taming the State in React: Your journey to master Redux and MobX
Stars: ✭ 169 (-10.58%)
Mutual labels:  mobx
Mmlpx
🐘 mobx model layer paradigm
Stars: ✭ 164 (-13.23%)
Mutual labels:  mobx

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].