Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 220 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 220 Bytes

react-native-chatting

An easy and scalable chatting for react native

Testing

Add to jest config to configure global mocks.

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