React Native Chat App

A simple cross platform (iOS and Android) React Native anonymous chat app. This example was put together for React Native by Example. Get started learning & mastering React Native for free!

Reference Designs

Installation

Note: Be sure you have the React Native CLI installed on your system.

  • git clone https://github.com/ReactNativeSchool/react-native-chat.git
  • yarn install/npm install
  • (cd ios && pod install)

Running

  • yarn run ios/npm run ios or yarn run android/npm run android

This project was put together to serve as an example to help you in building your own React Native apps. Feel free to download it and tinker with it!