basil-ws-flipper
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Websocket Plugin for Flipper

Websocket Flipper Plugin

screenshot of the plugin

This plugin allows

  • Monitoring the Websocket Tunnel
  • Send data to server through the socket
  • Mock 'Received' Data

Get Started

yarn add basil-ws-flipper react-native-flipper
# for iOS
cd ios && pod install

Add the middleware into your app:

In React Native bootstrap add:

if (__DEV__) {
  require('basil-ws-flipper').wsDebugPlugin;
}

Install flipper-plugin-basil-ws in Flipper desktop client:

Manage Plugins > Install Plugins > search "basil-ws" > Install

Start your app, then you should be able to see

screenshot of the plugin

By Default it will be in the DISABLED Section.

/basil-ws-flipper/

    Package Sidebar

    Install

    npm i basil-ws-flipper

    Weekly Downloads

    512

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    22.1 kB

    Total Files

    11

    Last publish

    Collaborators

    • matju-m