react-native-toast-hybrid
Version:
A toast that can be used for react-native, while available for native android, ios.
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "react-native-toast-hybrid",
"description": "A toast that can be used for react-native, while available for native android, ios.",
"version": "3.2.0",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"react-native": "src/index",
"nativePackage": true,
"files": [
"src",
"dist",
"android",
"ios",
"ToastHybrid.podspec",
"README.md",
"!android/build",
"!ios/build",
"!**/__tests__"
],
"repository": "https://github.com/listenzz/react-native-toast-hybrid",
"homepage": "https://github.com/listenzz/react-native-toast-hybrid#readme",
"author": "listen <listenzz@163.com> (https://github.com/listenzz)",
"license": "MIT",
"licenseFilename": "LICENSE",
"keywords": [
"react-native",
"toast"
],
"scripts": {
"build": "rm -rf ./dist && tsc -p tsconfig.json",
"prepare": "npm run build",
"tsc": "tsc",
"test": "jest",
"lint": "eslint . --fix --ext .js,.jsx,.ts,.tsx"
},
"peerDependencies": {
"react": ">=16.8",
"react-native": ">=0.60"
},
"dependencies": {},
"codegenConfig": {
"name": "rntoast",
"type": "modules",
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.reactnative.toast"
}
}
}