thirdweb-dev / js

Best in class web3 SDKs for Browser, Node and Mobile apps
https://thirdweb.com
Apache License 2.0
430 stars 328 forks source link

expo android got error requireOptionalNativeModule is not a function #2323

Closed huy-lv closed 7 months ago

huy-lv commented 7 months ago

My steps:

TypeError: 0, _$$_REQUIRE(_dependencyMap[2](...)re").requireOptionalNativeModule is not a function (it is undefined), js engine: hermes 

 ERROR  TypeError: Cannot read property 'ExportLocalWalletModal' of undefined

This error is located at:
    in ConnectWalletDetailsModal (created by WalletDetailsButton)
    in WalletDetailsButton (created by ConnectWallet)
    in RCTView (created by View)
    in View
image
huy-lv commented 7 months ago

I tried to create new expo project and install thirdweb sdk to existing project and everything work find