Facu Escobar

Results 9 comments of Facu Escobar

Hi! I was getting the same error with 'fs' and 'path' ```javascript Module not found: Error: Can't resolve 'fs' in '/Users/.../dev/.../node_modules/cornerstone-wado-image-loader/dist' ... Module not found: Error: Can't resolve 'path' in...

Hi @swederik , thank you for your quick response! Sorry I didn't notice it. I'm not pre-populating the metadata, do you have any example how this can be made? Thanks!

hi @ChoiYuChan, I couldn't find it.

I've installed this lib via npm today, and got this error ``` .../node_modules/react-native-social-share/iOS/AppDelegate.m:12:9: fatal error: 'RCTRootView.h' file not found ``` And everything started to work correctly after I removed this...

I just upgraded RN from "react-native": "0.66.0" to "react-native": "0.70.3". None of the workarounds in previous comments have worked for me

The suggested solution above didn't work for me. Can we have a real FIX for this issue?

@jpdenford I tried it and it doesn't work! And now, because of trying that, I am having more errors and the build fails (it was working before) ```javascript 4 warnings...

@jpdenford now, it's working with "react-native-pdf-view": "git+https://github.com/cnjon/react-native-pdf-view.git"

@wincod75 I'm using the same RN version but in my case, that fix doesn't seem to work all the time. it was working correctly on iOS, then tried to run...