UNPKG

react-native-toast-hybrid

Version:

A toast that can be used for react-native, while available for native android, ios.

67 lines (66 loc) 1.92 kB
{ "name": "react-native-toast-hybrid", "description": "A toast that can be used for react-native, while available for native android, ios.", "version": "2.3.4", "keywords": [ "react-native", "toast" ], "nativePackage": true, "repository": { "type": "git", "url": "https://github.com/listenzz/react-native-toast-hybrid.git" }, "homepage": "https://github.com/listenzz/react-native-toast-hybrid", "author": "listen <listenzz@163.com>", "license": "MIT", "licenseFilename": "LICENSE", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "scripts": { "build": "rm -rf ./lib && tsc", "prestart": "npm run build", "prepare": "npm run build", "tsc": "tsc", "lint": "eslint . --fix --ext .js,.jsx,.ts,.tsx", "start": "react-native start", "run:ios": "react-native run-ios --project-path ./example/ios", "start:android": "adb shell am start -n com.reactnative.toast.example/.MainActivity", "run:android": "cd example/android && ./gradlew installDebug && npm run start:android", "test": "jest" }, "peerDependencies": { "react": ">=16.8", "react-native": ">=0.60" }, "devDependencies": { "@babel/core": "^7.13.10", "@babel/runtime": "^7.13.10", "@react-native-community/eslint-config": "^2.0.0", "@types/jest": "^26.0.21", "@types/react": "^17.0.1", "@types/react-native": "^0.64.0", "@types/react-test-renderer": "17.0.1", "babel-jest": "^26.6.3", "eslint": "^7.14.0", "hybrid-navigation": "^1.4.2", "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.64.0", "react": "17.0.1", "react-native": "^0.64.0", "react-test-renderer": "17.0.1", "typescript": "^3.7.3" }, "dependencies": {}, "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] } }