thirdweb-example / expo-starter

Starter kit to build with Expo and thirdweb without additional initial configuration.
16 stars 6 forks source link

This Starter Kit its now working on Expo Go or Web #13

Closed sarp07 closed 1 month ago

sarp07 commented 1 month ago

Hello,

When i try run on expo go i saw this error message:

Error: Cannot find native module "CoinbaseWalletSDK", js engine hermes

So i tried on 2 type devices "macos and windows"

who can help me for that and show some solution.

and 2 devices node version is --lts.

sarp07 commented 1 month ago
Ekran Resmi 2024-08-09 21 16 14
joaquim-verges commented 1 month ago

hey @sarp07 - since this starter uses native libraries, it cannot be run on expo go.

follow the documentation instructions here: https://portal.thirdweb.com/react-native/v5/getting-started

if you run yarn ios it will build a development build for you and install it on the simulator, you might need to press 'e' to switch to a development build: https://portal.thirdweb.com/react-native/v5/getting-started#Run%20the%20development%20build.