react-native-snoopr
v1.0.5
Published
Ship mobile onboarding instantly, no app release required. Design in dashboard, deploy to React Native in seconds.
Maintainers
Readme
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-snooprPeer Dependencies
This library requires the following peer dependencies:
npm install react-native-safe-area-context @react-native-async-storage/async-storageQuick 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
