UNPKG

@react-native-ohos/react-native-bars

Version:

Components to control your app status and navigation bars.

74 lines 2.19 kB
{ "name": "@react-native-ohos/react-native-bars", "version": "2.4.4-rc.1", "license": "MIT", "description": "Components to control your app status and navigation bars.", "homepage": "https://gitcode.com/openharmony-sig/rntpc_react-native-bars", "main": "dist/commonjs/index.js", "module": "dist/module/index.js", "types": "dist/typescript/index.d.ts", "files": [ "harmony", "src", "dist" ], "repository": { "type": "git", "url": "https://gitcode.com/openharmony-sig/rntpc_react-native-bars.git" }, "harmony": { "alias": "react-native-bars" }, "keywords": [ "navigation-bar", "navigationbar", "react", "react-native", "status-bar", "statusbar", "system-bar", "system-bars", "systembar", "systembars", "harmony" ], "scripts": { "format": "prettier '**/*' --ignore-unknown --write", "typecheck": "tsc --noEmit", "build": "bob build", "prepack": "yarn format --write=false --check && yarn typecheck && yarn build", "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-bars --cpp-output-path ./harmony/Bars/src/main/cpp/generated --ets-output-path ./harmony/Bars/src/main/ets/generated --turbo-modules-spec-paths ./src/NativeRNBars.ts" }, "react-native-builder-bob": { "source": "src", "output": "dist", "targets": [ "commonjs", "module", "typescript" ] }, "prettier": { "plugins": [ "prettier-plugin-organize-imports" ] }, "peerDependencies": { "react": ">=18.1.0", "react-native": ">=0.70.0", "react-native-bars": "2.4.3" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@types/react": "^18.2.47", "prettier": "^3.1.1", "prettier-plugin-organize-imports": "^3.2.4", "react": "18.2.0", "react-native": "0.73.1", "react-native-builder-bob": "^0.23.2", "react-native-bars": "^2.4.3", "typescript": "^5.3.3", "react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27" } }