Socket
Book a DemoInstallSign in
Socket

@nativescript-community/flipper

Package Overview
Dependencies
Maintainers
13
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript-community/flipper

A desktop debugging platform for mobile developers.

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
13
Created
Source

npm npm GitHub forks GitHub stars

Installation

  • tns plugin add @nativescript-community/flipper

Be sure to run a new build after adding plugins to avoid any issues.

Usage

import { Client } from '@nativescript-community/flipper';
const flipper = new Client();
flipper.start({
    plugins: ['inspector', 'network', 'prefs'],
});

Keywords

NativeScript

FAQs

Package last updated on 23 Dec 2021

Did you know?

Socket

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.

Install

Related posts