feathers-react-native-chat
A React Native example chat app using Feathers that talks with the feathers-chat server.
Getting Started
Clone down the repository
Install react native CLI
npm install -g react-native-cli
Install your dependencies
cd path/to/feathers-react-native-chat; npm install
Start the feathers-chat server.
Start the iOS app
react-native run-ios
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