Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

react-native-snoopr

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-snoopr

Ship mobile onboarding instantly, no app release required. Design in dashboard, deploy to React Native in seconds.

latest
Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
10
233.33%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-snoopr

Beautiful onboarding screens for React Native. Create in dashboard, show in app, update without releases.

Installation

npm install react-native-snoopr
# or
yarn add react-native-snoopr

Peer Dependencies

This library requires the following peer dependencies:

npm install react-native-safe-area-context @react-native-async-storage/async-storage

Quick Start

import { SnooprProvider } from 'react-native-snoopr';

function App() {
  return (
    <SnooprProvider apiKey="your-api-key">
      {/* Your app content */}
    </SnooprProvider>
  );
}

Documentation

For full documentation, visit snoopr.io/docs.

License

MIT

Keywords

react-native

FAQs

Package last updated on 04 Feb 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