Build a chat app with react-native-gifted-chat

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • react-native-gifted-chat

    💬 The most complete chat UI for React Native

  • As the demand for real-time communication grows, developers are looking for easy ways to add reliable communication channels to mobile apps. In this tutorial, we’ll learn how to build mobile chat apps for both iOS and Android in React Native using react-native-gifted-chat, a chat UI designed to empower app developers to build cross-platform chat apps.

  • react-native

    A framework for building native applications using React

  • /** * Sample React Native App * https://github.com/facebook/react-native * * @format * @flow strict-local */ import React from 'react'; import { StyleSheet, } from 'react-native'; import {createStackNavigator} from '@react-navigation/stack' import {NavigationContainer} from '@react-navigation/native'; import LoginScreen from './screens/Login'; const Stack = createStackNavigator(); const App = () => { return ( Stack.Navigator> NavigationContainer> ); }; const styles = StyleSheet.create({ }) export default App;

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • quickstart-android

    Firebase Quickstart Samples for Android

  • Now, head to the Firebase website and create a new project called Gifted Chat App:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts