Releases: logicwind/react-native-tvos-ssl-pinning
Releases · logicwind/react-native-tvos-ssl-pinning
v0.1.0
- Initial release of
react-native-ssl-pinning-tvos
. - Support for SSL certificate pinning on tvOS for iOS, Android and Fire tv .
- Native module integration for secure network requests with certificate pinning.
- Exposed methods:
getAvailableCertificates()
fetchDataWithPinning(url, options)
- TypeScript support with
PinningOptions
interface.