0.0.6 • Published 2 years ago

@nativescript-community/flipper v0.0.6

Weekly downloads
6
License
ISC
Repository
github
Last release
2 years ago

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'],
});