
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
rnww-plugin-screen-pinning
Advanced tools
React Native WebView Screen Pinning Plugin with Expo support (Android Only)
React Native와 WebView 간 화면 고정(Screen Pinning) 기능을 연결하는 플러그인입니다. (Android 전용)
npm install rnww-plugin-screen-pinning
# or
yarn add rnww-plugin-screen-pinning
다음 이벤트 핸들러가 등록됩니다:
getScreenPinning - 앱 고정 상태 확인startScreenPinning - 앱 고정 시작stopScreenPinning - 앱 고정 해제bridge.send('startScreenPinning', {}, (response) => {
if (response.success) {
console.log('Screen pinning started');
}
});
bridge.send('stopScreenPinning', {}, (response) => {
if (response.success) {
console.log('Screen pinning stopped');
}
});
bridge.send('getScreenPinning', {}, (response) => {
console.log('Is pinned:', response.isPinned);
console.log('Lock task mode state:', response.lockTaskModeState);
});
MIT
FAQs
React Native WebView Screen Pinning Plugin with Expo support (Android Only)
We found that rnww-plugin-screen-pinning 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
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

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.