When asking for help in this category, please make sure to provide the following details:
SDK Version: xcode: 15.3, android: 34
Platform: iOS, Android
While setting up the initial environment in bare-react-native, I encountered an issue related to the Bundler Polyfill. The error shown in the screenshot occurred, and even though I followed the troubleshooting documentation exactly, the issue remains unresolved.
Hey @gimtaegyun5,
I understand you’ve been facing issues with polyfilling. But I would like the inform you that the guide that you’ve been using is for our MPC SDK when used with react native. This is the guide that you should be using, I have mentioned here.
Please let me know if this is resolved for you.
Thank you for your prompt response. @maharshi
I checked the link you shared and found the missing code, which I applied.
However, the issue is still not resolved.
Here are the screenshots and the GitHub link to the updated source code.
Hey @gimtaegyun5,
I cloned the repo you mentioned. I see a dependency conflict while installing. Is it the same for you?
I can go ahead and force install it, but can you confirm that it’s the same for you?
are you talking about that error you get when running npm install? If so, I figured it was related to the react-native-clipboard library and didn’t think it was important. Plus, I used yarn to install it, so I didn’t have any issues.