Skip to content

we-students/react-native-halo-chat-core

Repository files navigation

@westudents/react-native-halo-chat-core

javascript NPM version github stars

A Firebase chat sdk for React Native applications

Installation

Halo Chat is based on Firebase services, for this reason let's install these libraries:

npm i @react-native-firebase/app@^14 @react-native-firebase/auth@^14 @react-native-firebase/firestore@^14 @react-native-firebase/storage@^14

We can now install Halo Chat

npm install @westudents/react-native-halo-chat-core

Configure Firebase

We now have to setup a new project on Firebase console and add it to our app, in order to do this you can follow official documentation React Native Firebase

Usage

import * as HaloChat from "@westudents/react-native-halo-chat-core";

// ...

const room = await HaloChat.RoomActions.createRoomWithUsers([otherUser])

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

About

Chat SDK based on React Native for React Native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published