Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@types/react-native-custom-tabs

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Issues
File Explorer

Advanced tools

@types/react-native-custom-tabs

TypeScript definitions for react-native-custom-tabs

    0.1.2ts3.6ts3.7ts3.8ts3.9ts4.0ts4.1ts4.2ts4.3ts4.4ts4.5ts4.6ts4.7ts4.8ts4.9ts5.0ts5.1latest
    GitHub

Version published
Maintainers
1
Weekly downloads
578
decreased by-14.37%

Weekly downloads

Readme

Source

Installation

npm install --save @types/react-native-custom-tabs

Summary

This package contains type definitions for react-native-custom-tabs (https://github.com/droibit/react-native-custom-tabs).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-custom-tabs.

index.d.ts

// 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>; }

Additional Details

  • Last updated: Thu, 08 Jul 2021 20:21:01 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Phil Nova.

FAQs

Last updated on 08 Jul 2021

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc