react-native-ssl-certificate
v0.1.0
Published
React native library to help fetching certificate from a specifec server
Downloads
2
Maintainers
Readme
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