Socket
Book a DemoInstallSign in
Socket

@eduzz/csat-react-native

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eduzz/csat-react-native

Eduzz CSAT Mobile -----------------

0.2.0
latest
npmnpm
Version published
Maintainers
7
Created
Source

Eduzz CSAT Mobile

npm install --save @eduzz/csat-react-native

Needs expo-store-review installed to open the in app review otherwise will open the store.

import { CsatProvider, csatTrigger } from '@eduzz/csat-react-native';

export function App() {
  return (
    <CsatProvider 
      user={{
        authToken: 'orbita_1234',
        userId: '67177',
        userEmail: 'qa-orbita@eduzz.com',
        userMetadata: { batata: 'frita' } // optional
      }} // can be pass null
      storeReview={{
        appStoreId: '982107779',
        googlePlayId: 'host.exp.exponent'
      }} 
      apiUrl='http://192.168.1.103:5000' // optional
      onError={console.error} // all error will be ignored if you wont pass onError
    >
      {/*  your app code */} 
    </CsatProvider>
  );
}

// Call csatTrigger to open the feedback according with the current campaign
function MyAppComponent() {
  return (<Button onPress={() => csatTrigger('trigger-1', 'Trigger 1')}>Trigger 1</Button>);
}

FAQs

Package last updated on 25 Aug 2025

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.