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

expo-testflight

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-testflight

A simple expo module to check if the app is running on TestFlight

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
1.8K
-13.5%
Maintainers
1
Weekly downloads
 
Created
Source

expo-testflight

A simple expo module to check if the app is running on TestFlight

Installation

yarn add expo-testflight
npx expo prebuild

Usage

import { isTestFlight } from 'expo-testflight';

if (isTestFlight) {
  console.log('Running on TestFlight');
} else {
  console.log('Not running on TestFlight');
}

Keywords

react-native

FAQs

Package last updated on 20 Mar 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