
THIS REPOSITORY HAS MOVED. ITS NEW LOCATION IS HERE: https://github.com/tradle/react-native-crypto
React Native developers looking for cryptographic capabilities may find the react-native-crypto module particularly useful. Designed as a port of Node.js's crypto module, this tool enables the implementation of various cryptographic functions directly within React Native applications. It addresses the gap in cryptographic support within React Native environments, allowing developers to leverage familiar Node.js functionalities.
While the library serves as a robust solution for many common cryptographic tasks, it currently requires additional setup steps due to dependencies on certain Node core modules. Notably, as React Native evolves, the need for this module may change, but it remains a practical choice for developers needing cryptographic operations today.

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.