ethereum-react-native-boilerplate icon indicating copy to clipboard operation
ethereum-react-native-boilerplate copied to clipboard

The ultimate full-stack Ethereum React Native Dapp Boilerplate which gives you maximum flexibility and speed. Feel free to fork and contribute. Although this repo is called "Ethereum Boilerplate" it w...

Results 31 ethereum-react-native-boilerplate issues
Sort by recently updated
recently updated
newest added

following this tutorial https://www.youtube.com/watch?v=jGUY5Hq8tFo&t=647s getting the error ![image](https://user-images.githubusercontent.com/64873226/143974438-2944274a-4e51-4946-9533-ad7d4e3ef3e2.png) tried commenting out the logger, but now it breaks elsewhere, any clues? ![image](https://user-images.githubusercontent.com/64873226/143974578-4f72b906-a924-4391-883d-8705861bed85.png) also MetroBundler shows: ![image](https://user-images.githubusercontent.com/64873226/143974720-79065b0c-d1ff-4fee-8457-502aea23e283.png)

On a fresh clone, running `yarn web` or `yarn ios` fails with the following error: TypeError: Moralis.Web3 is not a constructor _useMoralisWeb3 node_modules/react-moralis/lib/index.esm.js:922 919 | * Handles enabling of web3...

Just pulled the repo I ran: `npm i -g expo-cli`, `yarn` `expo start` Clicked `Run in web browser` I am then faced with ``` × TypeError: Cannot read properties of...

hey adding user to chat with others via the Addresses will be awesome and saving them to ipfs

![image](https://user-images.githubusercontent.com/704748/142146151-7ce7aeb8-691b-435a-9e62-bbab18a4138a.png) ![image](https://user-images.githubusercontent.com/704748/142146200-0fa17b5f-6686-4aca-8380-8bd4a4d7b188.png) I get an error when using 'yarn web'

Hey! I noticed this repo uses **react-native-crypto**, which itself uses **crypto-browserify** under the hood. **crypto-browserify** is a JS-based implementation for crypto, which is slower than Margelo's [**react-native-quick-crypto**](https://github.com/margelo/react-native-quick-crypto), since that uses...

Invariant Violation: "main" has not been registered. This can happen if: * Metro (the local dev server) is run from the wrong folder

Since Moralis servers are no longer available, I created self hosting server and when I used the appID and server url, the login using metamask is not working anymore. Any...