- 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.