clxyder / walletconnect-expo-example

A simple example on how to get WalletConnect to authenticate wallets in the Expo Go app.
66 stars 25 forks source link

Require new feature of Moralis provider #1

Open happyeric77 opened 2 years ago

happyeric77 commented 2 years ago

Firstly I would like to thank you for this contribution by which I got inspired to have the walletconnect work. In addition to it, I would like to extend the feature with moralis solution, I understand that Moralis team has official react-native boilerplate but it requires react-native-cli with bare bone project, which is not what I want to implement. I would like to implement it with expo go as you have done this example with walletconnect. However, it turns out that several issues occur while tyring to bring in moralis library.See here.

I am wondering if you have already got around it (moralis + expo go). If yes, it will be appreciated if you could share some hints with me so that I can contribute to this project.

happyeric77 commented 2 years ago

@clxyder I got help from Gen in moralis forum ( https://forum.moralis.io/t/ethereum-react-native-boilerplate-questions/4511/145?u=cwong). The issue is caused by incompatable react-native library. I can call moralis function after downgrading react-native version back to 0.63.3. I am still struggling on this as it seems not so easy to have walletconnect's connect object to work with moralis provider. I will share the info as long as I have any progress. If you also have any hint, it will be appreciated if you could share

happyeric77 commented 2 years ago

@clxyder The detail of the issue is in my repo issue. It will be appreciated if you can have a check to see if there is anything misseding out.

clxyder commented 1 year ago

Hey @happyeric77 I originally opened the repo with the intention of trying to get Moralis working on Expo Go. But sadly, I was not able to get it working. Did you have any luck? (Please excuse my delay in responding)