An open API service indexing awesome lists of open source software.

https://github.com/danielmejiadev/react-native-chatting

An easy and scalable chat for react native
https://github.com/danielmejiadev/react-native-chatting

chat chatting react react-native reactjs-components

Last synced: 5 days ago
JSON representation

An easy and scalable chat for react native

Awesome Lists containing this project

README

          

# react-native-chatting
An easy and scalable chatting for react native

# Testing

Add to jest config to configure global mocks.

```json
"setupFiles": [
"./node_modules/react-native-chatting/dist/jest/setup.js"
],
```