
Product
Introducing Repository Labels and Security Policies
Socket is introducing a new way to organize repositories and apply repository-specific security policies.
@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 3,059 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.
Product
Socket is introducing a new way to organize repositories and apply repository-specific security policies.
Research
Security News
Socket researchers uncovered malicious npm and PyPI packages that steal crypto wallet credentials using Google Analytics and Telegram for exfiltration.
Product
Socket now supports .NET, bringing supply chain security and SBOM accuracy to NuGet and MSBuild-powered C# projects.