Skip to content

danielmejiadev/react-native-chatting

Repository files navigation

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"
],