expo-crypto-polyfills

1.1.0 • Public • Published

Expo Crypto Polyfills

Use this to polyfill crypto-related libraries without having to eject from Expo. The goal of this library is to continue to work across all Expo-supported ecosystems (ios,android,web)

Example

Check out metro.config.js from our Walletconnect Demo

Usage

In your Expo project, create a metro.config.js file, then set extraNodeModules to this library:

// metro.config.js
module.exports = {
  resolver: {
    extraNodeModules: require("expo-crypto-polyfills"),
  },
};

Readme

Keywords

none

Package Sidebar

Install

npm i expo-crypto-polyfills

Weekly Downloads

242

Version

1.1.0

License

MIT

Unpacked Size

1.85 kB

Total Files

3

Last publish

Collaborators

  • peterpme