browser-builds
browser-builds copied to clipboard
Cannot use the browserified version of ethereumjs-tx in react-native
I am desesperately trying to use ethereumjs-tx in react native. But I am facing an issue: the browserified bundle of ethereumjs-tx is reference inner require (of md5 for example) and react native is trying to resolve them outside (i mean in a sibling position)
Have you ever tried to use your library in React native and if so , is there a recipee to make it work
thanx
Is there any resolution?
@holgerd77 can you have a look at this?
Not sure, any way this can be fixed with a PR on the original library repo https://github.com/ethereumjs/ethereumjs-tx?