Skip to content

Releases: logicwind/react-native-tvos-ssl-pinning

v0.1.0

09 Jun 05:14
96ca50e
Compare
Choose a tag to compare
  • 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.