
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
expo-conic-gradient
Advanced tools
Supply Chain Security
Vulnerability
Quality
Maintenance
License
yarn add expo-conic-gradient
import { ConicGradientView } from "expo-conic-gradient";
export default () => {
return (
<ConicGradientView
colors={["red", "orange", "yellow", "green", "blue"]}
/>
);
};
import { ConicGradientView } from "expo-conic-gradient";
name | type | default |
---|---|---|
colors | string[] | |
locations | number[] | [] |
center | [x: number, y: number] | [0.5, 0.5] |
angle | number | 0 |
An array of colors representing the gradient stops. A minimum of two colors is required.
An array of numbers in 0
- 1
range, matching the length of the colors
array. Each number specifies the stop of the corresponding color. If omitted, the colors will be evenly spaced throughout the gradient.
An array of two numbers specifying the x and y coordinate of the center point of the gradient.
A number that specifies the starting angle of the gradient.
FAQs
conic/angular/sweep gradient view
We found that expo-conic-gradient demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.