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.3.4", "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.0.10", "expo-module-scripts": "^4.1.6" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" }, "gitHead": "84355076bc31a356aa3d23257f387f221885f53d" }