React Native Flipper plugin for monitoring and debugging WebSocket connections. Version 1.0.0 provides a desktop Flipper client plugin to view WebSocket tunnel traffic, send data to the server, and mock received data. It targets React Native developers using Flipper for debugging. The package requires the companion Flipper desktop plugin 'flipper-plugin-basil-ws' to be installed separately. Active development with no recent updates.
npm install basil-ws-flipperNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install and activate the plugin conditionally in development mode, plus required desktop plugin.
Wrap the require statement in a __DEV__ check as shown in the quickstart.
Install the desktop plugin via Flipper's Manage Plugins (search 'basil-ws').
Use conditional require as shown; do not use top-level import statements.
Run 'yarn add basil-ws-flipper react-native-flipper' (or npm install).
Install it: yarn add react-native-flipper
In Flipper, go to Manage Plugins > Install Plugins and search for 'basil-ws' to install it.