Skip to content

HongikDevelopers/typescript-react-native-chat-example

Repository files navigation

typescript-react-native-chat-example

This is example chatting app for typescript-react-native bulit with react-native-cli

#1.0.0 version => just test for ios

Getting Started

Run it locally

  1. Clone the project
git clone https://github.com/HongikDevelopers/typescript-react-native-chat-example.git
  1. Install dependencies
cd typescript-react-native-chat-example
npm install

# you have to install cocoapods first
  => sudo gem install cocoapods

cd ios
pod install
cd ..
  1. Run
react-native run-ios

Test

login / logout

login logout

chat / drawer

chat drawer

Todo

  1. link server
  2. test other device