| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Use this library to detect React Native App is running within the context of Maestro. (based on: https://maestro.mobile.dev/advanced/detect-maestro-in-your-app)
yarn add react-native-detect-maestro
# or
npm install react-native-detect-maestro
# and then
npx pod-install⚠️ Note: if you are using React Native 0.72.x you need to add use_modular_headers! in your ios/Podfile .
import {DetectMaestro} from 'react-native-detect-maestro';
DetectMaestro.isMaestro() // true or falseMIT
| Back | FazBrowse Home | New Git URL |