0.1.0 • Published 2 years ago

react-native-add-ssl-pinning v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-add-ssl-pinning

Library to add SSL Pinning in Android and iOS

Installation

npm install react-native-add-ssl-pinning

Usage

import { addPinning } from "react-native-add-ssl-pinning";

// ...

const result = await addPinning('exemplo.com.br', [
    "bh165466cweoDy/jkfdifdjfd4844654654544Dsk=",
    "0leaaashfhfhDUYEE55555DRA0hiqTIOjaS0VA5H8="
  ]);

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