
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
@kuss/react-native-mesh-gradient
Advanced tools
MeshGradient for React Native.
You can download the example apk in releases.
Only supports Android for now.
# npm install @kuss/react-native-mesh-gradient
yarn add @kuss/react-native-mesh-gradient
import { MeshGradient } from "@kuss/react-native-mesh-gradient";
<MeshGradient
colors={['red', 'yellow', 'green', 'blue']}
style={{
flex: 1,
height: '100%',
pointerEvents: 'none',
position: 'absolute',
width: '100%',
}}
/>
More at [example/App.tsx](./example/src/App.tsx)
export type MeshGradientProps = {
style?: ViewStyle;
/**
* defaults to 2, > 0
*/
speed?: number;
/*
* defaults to ['red', 'yellow', 'green', 'blue'], must be four colors
*/
colors: string[];
/**
* defaults to 1, 0 - 2
*/
brightness?: number;
/**
* defaults to 1, 0 - 2
*/
contrast?: number;
/**
* defaults to 5, > 0
*/
frequency?: number;
/**
* defaults to 30, > 0
*/
amplitude?: number;
};
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library
FAQs
MeshGradient for React Naitve.
The npm package @kuss/react-native-mesh-gradient receives a total of 401 weekly downloads. As such, @kuss/react-native-mesh-gradient popularity was classified as not popular.
We found that @kuss/react-native-mesh-gradient demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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 official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.