Socket
Book a DemoInstallSign in
Socket

@embrace-io/react-native-orientation-change-tracker

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@embrace-io/react-native-orientation-change-tracker

Allows tracking the App orientation using the Embrace SDK

latest
Source
npmnpm
Version
5.2.0
Version published
Maintainers
0
Created
Source

React Native Embrace - Orientation Tracker

[!IMPORTANT]

This module requires React Native Embrace SDK.

Embrace can collect basic session data and crashes as you've already seen in the Crash Reporting and Session Reporting sections. Embrace can also collect when your app changes its orientation Here's how you add the Orientation tracker to the session.

Install the component

yarn add @embrace-io/orientation-change-tracker

Or

npm install @embrace-io/orientation-change-tracker

Adding the method to your code

Add the useEmbraceOrientationLogger to your component

// Import the Embrace log method
import { useEmbraceOrientationLogger } from "@embrace-io/orientation-change-tracker";

const App = () => {
  useEmbraceOrientationLogger()
  return (
   ...
  );
};

Keywords

embrace

FAQs

Package last updated on 06 Jan 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