magic-js icon indicating copy to clipboard operation
magic-js copied to clipboard

(React Native ios) Error: While trying to resolve module `@magic-ext/solana` from file

Open heluansantos opened this issue 1 year ago • 2 comments

I had this error with React native ios when I tried to use the SolanaExtension:

Screenshot 2023-03-27 at 23 25 12

I fixed it by deleting line 21 and line 61:

Screenshot 2023-03-27 at 23 27 20

This is a workaround but it works fine here. Everything is normal now. I hope I have contributed something.

heluansantos avatar Mar 27 '23 22:03 heluansantos

Having the same problem on "@magic-ext/solana": "^13.1.2". I had to remove "react-native": "./dist/react-native/index.native.js",

tyler-whitman avatar May 03 '23 21:05 tyler-whitman

Having the same problem on "@magic-ext/solana": "^13.1.2". I had to remove "react-native": "./dist/react-native/index.native.js",

This worked for me on version 15.3.1. Trying to figure out a more permanent fix...

mxmnci avatar Sep 08 '23 00:09 mxmnci