
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
@types/react-native-keyboard-spacer
Advanced tools
TypeScript definitions for react-native-keyboard-spacer
npm install --save @types/react-native-keyboard-spacer
This package contains type definitions for react-native-keyboard-spacer (https://github.com/Andr3wHur5t/react-native-keyboard-spacer#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-keyboard-spacer.
import * as React from "react";
import * as ReactNative from "react-native";
export interface KeyboardSpacerProps {
topSpacing?: number | undefined;
onToggle?: ((keyboardIsOpen: boolean, keyboardSpace: number) => void) | undefined;
style?: ReactNative.StyleProp<ReactNative.ViewStyle> | undefined;
}
export default class KeyboardSpacer extends React.Component<KeyboardSpacerProps, any> {}
These definitions were written by Vincent Langlet.
FAQs
TypeScript definitions for react-native-keyboard-spacer
The npm package @types/react-native-keyboard-spacer receives a total of 2,664 weekly downloads. As such, @types/react-native-keyboard-spacer popularity was classified as popular.
We found that @types/react-native-keyboard-spacer demonstrated a not healthy version release cadence and project activity because the last version was released 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 MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.