0.2.1 • Published 5 months ago

expo-testflight v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

5 months ago

0.2.0

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago