UNPKG

expo-mesh-gradient

Version:

A module that exposes MeshGradient view from SwiftUI to React Native

43 lines (42 loc) 1.11 kB
{ "name": "expo-mesh-gradient", "version": "0.4.8", "description": "A module that exposes MeshGradient view from SwiftUI to React Native", "main": "src/index.ts", "types": "build/index.d.ts", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "homepage": "https://docs.expo.dev/versions/latest/sdk/mesh-gradient/", "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-mesh-gradient" }, "keywords": [ "react-native", "expo", "mesh-gradient", "gradient", "mesh" ], "author": "650 Industries, Inc.", "license": "MIT", "dependencies": {}, "devDependencies": { "@types/react": "~19.1.10", "expo-module-scripts": "^5.0.8" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" }, "gitHead": "172a69f5f70c1d0e043e1532f924de97210cabc3" }