react-native-firebase-test-lab
v0.0.2
Published
Check if the app is running on Firebase test device.
Downloads
324
Readme
react-native-firebase-test-lab
Check if the app is running on Firebase test device.
Installation
npm install react-native-firebase-test-lab --save
react-native link react-native-firebase-test-lab
Usage
import { isTestDevice } from 'react-native-firebase-test-lab';
if (await isTestDevice()) {
console.log("Running on test device")
}