Websocket Flipper Plugin
Websocket Flipper Plugin
This plugin allows
- Monitoring the Websocket Tunnel
- Send data to server through the socket
- Mock 'Received' Data
``bash`
yarn add basil-ws-flipper react-native-flipperfor iOS
cd ios && pod install
In React Native bootstrap add:
`javascript
if (__DEV__) {
require('basil-ws-flipper').wsDebugPlugin;
}
`
``
Manage Plugins > Install Plugins > search "basil-ws" > Install
Start your app, then you should be able to see
By Default it will be in the DISABLED` Section.