This application is a chat sample app in which you will see some default messages between two unknown users, you can type new messages to be shown at the end of the message list and scroll among them simply
download the App,
to initialize the requiered packages
run `npm install` or `yarn install`
to run on android devices
npx react-native run-android
and to run on ios devices
npx react-native run-ios
- MainScreen: show the main chat app screen
- Amin Reza Mansoori - - PurpleBooth
