@ntd1003/react-native-badge
Version:
Display badge number on Android/iOS app icon in React Native
40 lines (39 loc) • 844 B
JSON
{
"name": "@ntd1003/react-native-badge",
"version": "0.0.5",
"description": "Display badge number on Android/iOS app icon in React Native",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"react-native": "lib/index.js",
"keywords": [
"react-native",
"badge",
"notification",
"ios",
"android"
],
"author": "Nguyen Thanh Dat",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/solomen5555/react-native-badge.git"
},
"files": [
"lib",
"android",
"ios",
"react-native.config.js"
],
"peerDependencies": {
"react-native": ">=0.63.0"
},
"devDependencies": {
"@types/react-native": "^0.71.13",
"react-native": "^0.71.19",
"typescript": "^5.0.0"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
}
}