UNPKG

react-native-gifted-chat-video-support

Version:

The most complete chat UI for React Native , now support send video thanks to react-native-video-player

23 lines 512 B
{ "extends": "cooperka/react-native", "env": { "browser": true, "jest": true }, "rules": { "no-underscore-dangle": 0, "import/no-unresolved": [ 2, { "ignore": [ "react", "react-native" ] } ], "import/no-extraneous-dependencies": 0, "import/extensions": 0, "react/no-unused-prop-types": 0, "react/no-typos": 0 } }