Sign In

@shipeasy/react-native-devtools

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shipeasy/react-native-devtools

Shake-to-open Shipeasy devtools overlay for React Native / Expo apps.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
5
-16.67%
Maintainers
1
Weekly downloads
 
Created
Source

@shipeasy/react-native-devtools

Shake-to-open Shipeasy devtools overlay for React Native and Expo apps — inspect live flags, configs and experiments on-device, force values without a reload, watch the SDK event stream, triage the ops queue, and file bug reports (including a public path that needs no login).

npm install @shipeasy/react-native-devtools react-hook-form @hookform/resolvers
npx expo install expo-web-browser expo-crypto expo-secure-store expo-sensors expo-image-picker react-native-svg
import { useRef } from "react";
import { ShipeasyDevtools, type DevtoolsHandle } from "@shipeasy/react-native-devtools";

const devtools = useRef<DevtoolsHandle>(null);

<ShipeasyDevtools ref={devtools} scheme="myapp://se-auth" clientKey={CLIENT_KEY} />;

Shake several times quickly to open, or call devtools.current?.open(). Each expo-* peer is optional and degrades gracefully when absent.

This overlay ships separately from @shipeasy/sdk so an app that only reads flags never pulls a UI toolchain into its dependency tree — the SDK itself has zero peer dependencies.

Full docs: https://shipeasy-ai.github.io/sdk-ts/pages/react-native-devtools.md

FAQs

Package last updated on 26 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts