New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@layers/react-native

Package Overview
Dependencies
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@layers/react-native

React Native SDK for Layers Analytics with SKAN and ATT support

Source
npmnpm
Version
0.2.0-alpha.7
Version published
Weekly downloads
64
-69.52%
Maintainers
4
Weekly downloads
 
Created
Source

@layers/react-native

React Native SDK for Layers Analytics with ATT/SKAN support, deep link helpers, network connectors, and an Expo config plugin.

Install

npm install @layers/react-native @react-native-community/netinfo @react-native-async-storage/async-storage
# or
pnpm add @layers/react-native @react-native-community/netinfo @react-native-async-storage/async-storage

Quick start

import Layers from '@layers/react-native';

await Layers.init({
  apiKey: 'your-api-key',
  appId: 'your-app-id',
  environment: 'production',
  enableDebug: __DEV__
});

await Layers.track('app_open');

Expo plugin

Add to app.json / app.config.js:

plugins: [
  [
    '@layers/react-native/plugin',
    { ios: { includeDefaultNetworks: true }, android: { intentFilters: [{ scheme: 'myapp' }] } }
  ]
];
  • Repo: https://github.com/layersai/sdks
  • Issues: https://github.com/layersai/sdks/issues

License

ISC

Keywords

react-native

FAQs

Package last updated on 14 Nov 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