react-native-ssl-certificate

React native library to help fetching certificate from a specifec server


Keywords
react-native, ios, android
License
MIT
Install
npm install react-native-ssl-certificate@0.1.0

Documentation

react-native-ssl-certificate

React native library to help fetching certificate from a specifec server

Installation

npm install react-native-ssl-certificate

Usage

import { getCertificate } from 'react-native-ssl-certificate';

// ...

const result = await getCertificate("https://google.com");

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library