
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
@wherdkit/react-native
Advanced tools
Wherd SDK for Expo & React Native — drop-in MessagesWidget, FeatureBoard, and WhatsNew, with FAB, shake-to-open, and headless hooks.
Wherd SDK for Expo & React Native — drop-in in-app feedback, feature voting, and a "What's New" changelog. FAB, shake-to-open, themeable, headless escape hatch.
# Expo
npx expo install @wherdkit/react-native @react-native-async-storage/async-storage
# (optional) shake-to-open
npx expo install expo-sensors
# (optional) native bottom-sheet presentation
npx expo install @lodev09/react-native-true-sheet
# (optional) live updates over SSE
npx expo install react-native-sse
@react-native-async-storage/async-storage is a required peer (used to persist
the anonymous id + offline queue). Two peers are optional:
expo-sensors — powers shake-to-open; without it, shake activation is a no-op.@lodev09/react-native-true-sheet — presents the panel as a native
bottom-sheet (correct safe-area insets + keyboard handling, no Android
clipping). Without it, the panel falls back to a React Native <Modal>.react-native-sse — enables live updates (SSE). Without it, the SDK stays
pull-only (refetches on panel open + app foreground).import { WherdProvider, MessagesWidget } from "@wherdkit/react-native";
export default function App() {
return (
<WherdProvider
publicKey="pk_your_key"
apiUrl="https://api.wherd.io"
activation={{ fab: true, shake: true }}
user={{ id: "user_123", name: "Ada" }} // optional
>
<YourApp />
<MessagesWidget />
</WherdProvider>
);
}
Same surface as @wherdkit/react: <MessagesWidget />, <MessagesFAB />,
<FeatureBoard />, <WhatsNew />, and the headless hooks useWherd,
useComposer, useFeatureRequests, useChangelog, useUnreadChangelog,
useResolvedTheme.
Works in Expo (managed + dev builds) and bare React Native. Pure JS — no native modules required for the core experience.
MIT licensed. Part of Wherd.
FAQs
Wherd SDK for Expo & React Native — drop-in MessagesWidget, FeatureBoard, and WhatsNew, with FAB, shake-to-open, and headless hooks.
We found that @wherdkit/react-native demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.