1.0.0 • Published 3 years ago
basil-ws-flipper v1.0.0
Websocket Plugin for Flipper
Websocket Flipper 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 installAdd 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" > InstallStart your app, then you should be able to see

By Default it will be in the DISABLED Section.