GithubHelp home page GithubHelp logo

anuragbansal009 / chat-application Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4.38 MB

Chat-Application

JavaScript 87.27% Ruby 2.16% Starlark 0.21% Java 5.50% CMake 0.09% C++ 2.50% Objective-C 0.75% Objective-C++ 1.52%

chat-application's Introduction

Slack Clone Using React Native And Stream Chat

1280x640px-2

Slack Clone is a sample app implemented using Stream Chat and React Native. It is a fully fledged messaging app built using core packages.

โš ๏ธ Please don't simply copy-paste the code in your project. Projects in this repository are just the demostrations for power of Stream Chat and React Native, and should not be used as source for ready to publish application.

Getting Started

Before running this project please ensure React Native is installed and configured on your machine. If you're new to React Native, please checkout the official guide with installation instructions for your OS.

This project is only configured to support the following platforms:

  • Android
  • iOS

Web and Desktop are not supported at this time.

After installing React Native and the necessary toolchain for your device (Android or iOS), connect your device or open your emulator before running the following:

Clone the repo

git clone https://github.com/GetStream/react-native-samples

Open the app folder

cd react-native-samples/projects/slack-clone

Install package dependencies:

# Install npm dependencies
yarn

# Install pod dependencies
npx pod-install

Generate Test Users and Chat Data

  • Create a new app in our dashboard (or use existing one if you have already)
  • Set your api key and api secret in test-data-cli.config.js file.
  • Run the following command:
yarn create-channels --config="test-data-cli.config.js"
  • The output of this command will include bunch of user ids and their respective token. You can copy-paste any one of the listed user id & token to .env file (as mentioned in next section)

Set Environment variables

  • Create an .env file in root folder of this project:
touch .env
  • Set following environment variables in .env file.

    • API_KEY
    • USER_ID
    • USER_TOKEN

Run the project on your device or emulator:

npx react-native run-ios # for iOS
npx react-native run-android # for android

chat-application's People

Contributors

anuragbansal009 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.