🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@frigade/frigade-react-native

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@frigade/frigade-react-native

Delightful and fully customizable onboarding elements for React Native.

0.0.0-development
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@frigade/react-native

npm version npm version npm version npm license code style: prettier

The official React Native SDK for Frigade.

Installation

Install the package with either npm or yarn:

npm install @frigade/react-native

or

yarn add @frigade/react-native

Quick start

Place the FrigadeProvider at the root level of your app. This will provide the context for the Frigade component. If available, you can optionally set the identifier of the signed in user using the userId param. This will allow Frigade to track the user's across flows.

import { FrigadeProvider } from '@frigade/react-native';

const App = () => {
  return (
    <FrigadeProvider publicApiKey='<MY_PUBLIC_API_KEY>' userId='<OPTIONAL_USER_ID>'>
      ...
    </FrigadeProvider>
  );
};

Docs

The official docs are available at docs.frigade.com.

Get in touch

Questions? Comments? Suggestions? Join the Frigade Discord or visit the Frigade website.

Keywords

React

FAQs

Package last updated on 16 Jan 2023

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