@react-native-oh-tpl/react-native-toast
Version:
A android like toast for react-native support for HarmonyOS
42 lines • 1.12 kB
JSON
{
"name": "@react-native-oh-tpl/react-native-toast",
"version": "1.0.7-0.0.3",
"description": "A android like toast for react-native support for HarmonyOS",
"main": "index.js",
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"toast",
"position",
"remobile",
"mobile"
],
"file": [
"harmony"
],
"homepage": "https://github.com/react-native-oh-library/react-native-toast",
"bugs": {
"url": "https://github.com/react-native-oh-library/react-native-toast/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"prop-types": "*",
"react-native": "^0.74.0",
"@remobile/react-native-toast": "1.0.7"
},
"overrides": {
"@react-native/codegen": "0.74.0"
},
"harmony": {
"alias": "@remobile/react-native-toast",
"codegenConfig": {
"specPaths": [
"./NativeToast.ts"
]
}
}
}