A chat application built using React Native, designed to provide a seamless messaging experience on both Android and iOS platforms.
- Real-time messaging
- User authentication
- Media sharing (photos, videos)
- Push notifications
- Node.js
- React Native CLI
- Android Studio/Xcode for running the app on Android/iOS emulators
-
Clone the repository:
git clone https://github.com/chamarasanjeewadev/react-native-chat-app.git cd react-native-chat-app
-
Install dependencies:
npm install
- Start Metro Bundler:
npm start
- Run the Android app:
npm run android
- Start Metro Bundler:
npm start
- Run the iOS app:
npm run ios
- Open
App.tsx
and make your changes. - Reload the app to see the changes.
Contributions are welcome! Please submit a pull request or open an issue for any improvements or bug fixes.
This project is licensed under the MIT License.
This README file provides a clear overview of the project, installation steps, and how to get started with development.