You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
This error occurs when trying to use Web3.js with React Native. To solve this error, use [the `react-native-quick-crypto` package](https://www.npmjs.com/package/react-native-quick-crypto).
50
+
51
+
**Resolution Steps:**
52
+
53
+
1. Install `react-native-quick-crypto` as a dependency:
54
+
55
+
```bash
56
+
yarn add react-native-quick-crypto
57
+
```
58
+
59
+
2. Set up `react-native-quick-crypto`:
60
+
61
+
```bash
62
+
cd ios && pod install
63
+
```
64
+
65
+
3. Ensure that Web3.js is imported using the default import, as using a named import does not work:
0 commit comments