
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
react-native-app-clip-overlay
Advanced tools
A React Native TurboModule to open the iOS App Clip Overlay (SKOverlay
) and prompt users to download your main app in a bare react native app (Expo coming soon & PRs welcomed!)
[!IMPORTANT]
- This feature is iOS-only (App Clips are not supported on Android).
- This library compiles in Simulator, but StoreKit functionality (review prompts, product pages, IAP) only works on a real iPhone device, since StoreKit doesn’t simulate App Store behavior in Simulator.
npm install react-native-app-clip-overlay
or with Yarn:
yarn add react-native-app-clip-overlay
import AppClipOverlay from 'react-native-app-clip-overlay';
import { Button } from 'react-native';
export default function App() {
return (
<Button
title="Open App Clip"
onPress={() => AppClipOverlay.presentOverlay('com.example.myapp.AppClip')}
/>
);
}
AppClipOverlay.presentOverlay(appClipBundleId: string): void
appClipBundleId
→ The bundle identifier of your App Clip target (as defined in Xcode).I will be making a detailed written and technical guide in December 2025, on implementing app-clip in a react-native app alongside using this library. Stay tuned!
Twitter Post: https://x.com/gautham_vijay_/status/1965049409319944243
We welcome contributions!
MIT © Gautham Vijayan
Made with create-react-native-library
FAQs
Open up App Clip Overlay to download the main app
The npm package react-native-app-clip-overlay receives a total of 4 weekly downloads. As such, react-native-app-clip-overlay popularity was classified as not popular.
We found that react-native-app-clip-overlay 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.
Did you know?
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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.