UNPKG

@cloudflare/realtimekit-react-native-ui

Version:

Cloudflare RealtimeKit's UI library for meeting components

64 lines 1.91 kB
{ "name": "@cloudflare/realtimekit-react-native-ui", "version": "0.1.3", "description": "Cloudflare RealtimeKit's UI library for meeting components", "main": "lib/commonjs/index", "author": "Cloudflare", "homepage": "https://realtime.cloudflare.com", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "files": [ "lib", "android", "ios", "cpp", "RealtimeKitUI.podspec", "!lib/typescript/example", "!android/build", "!ios/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "bugs": { "url": "https://realtime.cloudflare.com/issues" }, "private": false, "dependencies": { "lodash": "^4.17.21", "radio-buttons-react-native": "^1.0.4", "react-native-element-dropdown": "^2.0.0", "react-native-gifted-chat": "~2.4.0", "react-native-svg-transformer": "^1.0.0", "react-native-switch": "^1.5.1", "react-native-url-polyfill": "^1.3.0", "abortcontroller-polyfill": "^1.4.0", "initials": "^3.0.1" }, "keywords": [ "react-native", "ios", "android" ], "peerDependencies": { "@cloudflare/realtimekit-react-native": "*", "@cloudflare/react-native-webrtc": "*", "react": "*", "react-native": "*", "@react-native-documents/picker": "*", "react-native-file-viewer": "*", "react-native-fs": "*", "react-native-safe-area-context": "*", "react-native-sound-player": "*", "react-native-svg": "*", "react-native-webview": "*" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "tag": "latest", "access": "public" }, "scripts": { "postpublish": "mv package.json.bak package.json" } }