Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@bhavesh-lw bhavesh-lw released this 09 Jun 05:14
96ca50e
  • 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.