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
- Host: GitHub
- URL: https://github.com/danielmejiadev/react-native-chatting
- Owner: danielmejiadev
- License: mit
- Created: 2020-05-17T20:42:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T06:22:01.000Z (over 3 years ago)
- Last Synced: 2024-11-01T16:04:04.413Z (over 1 year ago)
- Topics: chat, chatting, react, react-native, reactjs-components
- Language: TypeScript
- Homepage:
- Size: 1.4 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
],
```