You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting error in console for web version when trying with your demo project. I am not able to launch web3auth authentication window due to this issue. It is working fine in mobile phone or expo go app.
WARNING in ./node_modules/react-native-url-polyfill/index.js:11:40
Should not import the named export 'name' (imported as 'name') from default-exporting module (only default export is available soon) 9 |
10 | export function setupURLPolyfill() {
> 11 | global.REACT_NATIVE_URL_POLYFILL = `${name}@${version}`;
| ^
12 |
13 | polyfillGlobal('URL', () => require('./js/URL').URL);
14 | polyfillGlobal(
WARNING in ./node_modules/react-native-url-polyfill/index.js:11:48
Should not import the named export 'version' (imported as 'version') from default-exporting module (only default export is available soon)
9 |
10 | export function setupURLPolyfill() {
> 11 | global.REACT_NATIVE_URL_POLYFILL = `${name}@${version}`;
| ^
12 |
13 | polyfillGlobal('URL', () => require('./js/URL').URL);
14 | polyfillGlobal(
web compiled with 2 warnings
@chaitanyapotti we are already using this package "@web3auth/react-native-sdk": "3.5.0" for web with expo v47. But after upgrading to expo v48, its started throwing the error. Is there any version issue with react-native sdk?
Hello Team,
I am getting error in console for web version when trying with your demo project. I am not able to launch web3auth authentication window due to this issue. It is working fine in mobile phone or expo go app.
Demo link:
https://github.com/Web3Auth/web3auth-react-native-sdk/tree/master/demo/rn-expo-example
can someone please help to resolve this issue?
@arch1995 @chaitanyapotti
The text was updated successfully, but these errors were encountered: