# @mythologi/react-native-testflight

> A tiny react-native module that lets you determine whether your app is running in TestFlight

Latest version **1.1.0** (published 2023-06-28) · 0 weekly downloads

## Install

```sh
npm install @mythologi/react-native-testflight
pnpm add @mythologi/react-native-testflight
yarn add @mythologi/react-native-testflight
bun add @mythologi/react-native-testflight
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2023-06-28 |
| First published | 2023-06-28 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 11 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Dejan Lukic |
| Maintainers | stockhuman |
| Keywords | react-native, testflight |

## Links

- npm: https://www.npmjs.com/package/@mythologi/react-native-testflight
- Repository: https://github.com/Mythologi-XR/react-native-test-flight
- Issues: https://github.com/Mythologi-XR/react-native-test-flight/issues
- npm.io page: https://npm.io/package/@mythologi/react-native-testflight

## Recent versions

- 1.1.0 (latest) — 2023-06-28

## README

# react-native-test-flight

## Getting started

`$ yarn add @mythologi/react-native-testflight`

### Mostly automatic installation

`$ react-native link @mythologi/react-native-testflight`

### Manual installation

#### iOS

1. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]`
2. Go to `node_modules` ➜ `react-native-test-flight` and add `RNTestFlight.xcodeproj`
3. In XCode, in the project navigator, select your project. Add `libRNTestFlight.a` to your project's `Build Phases` ➜ `Link Binary With Libraries`
4. Run your project (`Cmd+R`)<

## Usage

```javascript
import RNTestFlight from "@mythologi/react-native-testflight";

if (RNTestFlight.isTestFlight) {
  console.log("Ground control to Major Tom");
}
```

---
_Source: https://npm.io/package/@mythologi/react-native-testflight · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
