Skip to content

Rogue Console SDK

Discover, connect, and drive Rogue consoles from React Native — one provider, nineteen hooks, zero singletons, zero backend.
// App.tsx — the COMPLETE SDK bootstrap. There is no step two.
import { ConsoleProvider } from "@rogue/console-sdk";
export default function App() {
return (
<ConsoleProvider>
<AppNavigator />
</ConsoleProvider>
);
}

Zero config is the config: the SDK makes no backend calls and needs no keys and no auth — scan, connect, work out, read results. Every per-device surface is fleet-shaped from the first line: connecting a second console requires zero API changes in your code.

API reference

Generated straight from the SDK’s TypeScript source on every build — the reference cannot drift from the surface. Browse it from the sidebar.