Skip to content
This repository was archived by the owner on Aug 22, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 419 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 419 Bytes

mchat-android-native

React Native source for mobile application companion to mchat-core, currently only being built for Android.

Installation

npm default intallation, components of npm to install:

npm install -g react-native-cli

npm install --save react-navigation

npm install --save react-native-gesture-handler

react-native link react-native-gesture-handler

NOTE TO SELF: MAKE README LOOK NICE EVENTUALLY