1.1.0 • Published 11 months ago

@mythologi/react-native-testflight v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

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");
}
1.1.0

11 months ago