ethers.js/docs/v5/cookbook/react-native
2020-09-08 01:12:15 -04:00
..
index.html Docs: updated dist files. 2020-09-08 01:12:15 -04:00
README.md Docs: updated dist files. 2020-09-08 01:12:15 -04:00

Documentation: html

React Native (and ilk)

Installing

/home/ricmoo/my-react-project> npm install @ethersproject/shims --save
// Pull in the shims (BEFORE importing ethers)
import "@ethersproject/shims"

// Import the ethers library
import { ethers } from "ethers";

Security