is testflight check
npm install rn-is-tfIs testflight check for iOS. Returns false on Android
``sh`
npm install rn-is-tf
cd ios && pod install
`js
import { isTestFlight } from 'rn-is-tf';
// ...
const isTestflight = isTestFlight();
``
- Development workflow
- Sending a pull request
- Code of conduct
MIT
---
Made with create-react-native-library