1.0.0 • Published 12 months ago

basil-ws-flipper v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

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.

1.0.0

12 months ago

0.2.7

2 years ago

0.2.8

2 years ago

0.2.6

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago