Paul Obernolte

Results 6 comments of Paul Obernolte

@ma-pe I have the same issue. Like you suggested, I have changed `RCT_EXPORT_VIEW_PROPERTY("exampleProp", NSString)` to `RCT_EXPORT_VIEW_PROPERTY(exampleProp, NSString)`. Nevertheless, there is still the same error: `Value of type 'ModuleName' has no...

This is still not solved. I encounter exactly the same problem. The only thing that works for me is deleting `package-lock.json` before deployment. However, as @michaelangeloio has already pointed out,...

When running `npm config list` I indeed get `legacy-peer-deps = false`. I exported the error log from Google Cloud Console (see below). However, as it is very long and repetitive...

Thank you! I already tried to delete `node_modules` and `package-lock.json` and run `npm install` again. Unfortunately, that did not work. I will try to run it on a Windows machine...

I have the same problem as bhr and would very much appreciate a disclaimer in the README.