@types/react-native-custom-tabs
Advanced tools
Weekly downloads
Readme
npm install --save @types/react-native-custom-tabs
This package contains type definitions for react-native-custom-tabs (https://github.com/droibit/react-native-custom-tabs).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-custom-tabs.
// Type definitions for react-native-custom-tabs 0.1
// Project: https://github.com/droibit/react-native-custom-tabs
// Definitions by: Phil Nova <https://github.com/philnova>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface Animations {
startEnter: string;
startExit: string;
endEnter: string;
endExit: string;
}
export interface CustomTabsOptions {
toolbarColor?: string | undefined;
enableUrlBarHiding?: boolean | undefined;
showPageTitle?: boolean | undefined;
enableDefaultShare?: boolean | undefined;
animations?: Animations | undefined;
headers?: any;
}
export namespace CustomTabs {
function openURL(url: string, options?: CustomTabsOptions): Promise<boolean>;
}
These definitions were written by Phil Nova.
FAQs
TypeScript definitions for react-native-custom-tabs
The npm package @types/react-native-custom-tabs receives a total of 461 weekly downloads. As such, @types/react-native-custom-tabs popularity was classified as not popular.
We found that @types/react-native-custom-tabs 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 installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.