UNPKG

expo-linear-gradient

Version:

Provides a React component that renders a gradient view.

51 lines (50 loc) 1.4 kB
{ "name": "expo-linear-gradient", "version": "15.0.8", "description": "Provides a React component that renders a gradient view.", "main": "build/LinearGradient.js", "types": "build/LinearGradient.d.ts", "sideEffects": false, "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "test:rsc": "jest --config jest-rsc.config.js", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "jest": { "preset": "expo-module-scripts" }, "keywords": [ "react-native", "expo", "gradient" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-linear-gradient" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://docs.expo.dev/versions/latest/sdk/linear-gradient/", "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/react-native": "^13.2.0", "expo-module-scripts": "^5.0.8" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" }, "gitHead": "172a69f5f70c1d0e043e1532f924de97210cabc3" }