Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jeremybarbet/expo-testflight

Repository files navigation

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');
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published