Skip to content

Polyfills required to build crypto apps in Expo without ejecting

Notifications You must be signed in to change notification settings

byCedric/expo-crypto-polyfills

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"),
  },
};

About

Polyfills required to build crypto apps in Expo without ejecting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%