UNPKG

react-native-test-flight

Version:

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

6 lines (3 loc) 113 B
import {NativeModules} from 'react-native'; const {RNTestFlight} = NativeModules; export default RNTestFlight;