UNPKG

rn-ios-check-vpn-emu-jb-manu

Version:

React Native module to check VPN, emulator/simulator, and jailbreak status on iOS.

26 lines (19 loc) 817 B
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --- ## [1.0.2] - 2025-07-21 ### Added - Added CI/CD GitHub Action for NPM auto-publish. - Added GitHub badges (version, license, CI). - Improved README with usage examples and project logo. - First logo upload for repo visual identity. ## [1.0.1] - 2025-07-21 ### Fixed - Corrected `package.json` metadata: `repository.url`, homepage, bugs, etc. ## [1.0.0] - 2025-07-21 ### Added - Initial release of `rn-ios-check-vpn-emu-jb-manu`. - Detect VPN, Jailbreak, and Emulator/Simulator on iOS using native Swift. - Support minimum iOS 12 and React Native >= 0.70.0.