@mythologi/react-native-testflight
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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 LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-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 PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Usage

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

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

Package Sidebar

Install

npm i @mythologi/react-native-testflight

Weekly Downloads

1

Version

1.1.0

License

none

Unpacked Size

11.3 kB

Total Files

10

Last publish

Collaborators

  • stockhuman