MCPcopy
hub / github.com/margelo/react-native-blur / NativeProps

Interface NativeProps

src/fabric/BlurViewNativeComponentAndroid.ts:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6} from 'react-native/Libraries/Types/CodegenTypes';
7
8interface NativeProps extends ViewProps {
9 blurAmount?: WithDefault<Int32, 10>;
10 blurType?: WithDefault<'dark' | 'light' | 'xlight', 'dark'>;
11 blurRadius?: Int32;
12 downsampleFactor?: Int32;
13 overlayColor?: ColorValue;
14 enabled?: boolean;
15 autoUpdate?: boolean;
16}
17
18export default codegenNativeComponent<NativeProps>('AndroidBlurView', {
19 excludedPlatforms: ['iOS'],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected