UNPKG

@react-native-ohos/react-native-incall-manager

Version:

Handling media-routes/sensors/events during a audio/video chat on React Native

74 lines 1.75 kB
{ "name": "@react-native-ohos/react-native-incall-manager", "version": "4.2.2-rc.1", "description": "Handling media-routes/sensors/events during a audio/video chat on React Native", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gitcode.com/openharmony-sig/rntpc_react-native-incall-manager" }, "keywords": [ "React", "ReactNative", "WebRTC", "Phone", "Call", "InCall", "Talk", "SIP", "Voip", "harmony" ], "files": [ "src", "lib", "harmony/in_call_manager", "harmony/in_call_manager.har", "index.d.ts", "index.ts", "!android/build", "!ios/build", "!harmony/oh_modules", "!harmony/**/build", "!harmony/**/oh_modules", "!harmony/rnoh", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "author": "Henry Lin <zxcpoiu@gmail.com>", "license": "ISC", "bugs": { "url": "https://gitcode.com/openharmony-sig/rntpc_react-native-incall-manager/issues" }, "homepage": "https://gitcode.com/openharmony-sig/rntpc_react-native-incall-manager#readme", "peerDependencies": { "react-native": ">=0.40.0" }, "devDependencies": { "react-native-builder-bob": "^0.20.4" }, "dependencies": { "react-native-incall-manager": "4.2.0" }, "harmony": { "alias": "react-native-incall-manager" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] } }