Julian Bee
Julian Bee
> any solutions for this Until the [respective PR](https://github.com/revtel/react-native-nfc-manager/pull/701) is merged or another solution is integrated, add this to your package.json ([source](https://stackoverflow.com/questions/40226639/how-do-i-override-nested-dependencies-with-yarn)): ```javascript { "name": "your-package", ... "resolutions": { "@expo/config-plugins":...
Same error message for me on win7-x86. ``` d:\vlc\node_modules\vlc\node_modules\ffi\lib\dynamic_library.js:112 throw new Error('Dynamic Symbol Retrieval Error: ' + this.error()) ^ Error: Dynamic Symbol Retrieval Error: "free": The handle is invalid. at...
Hey, I recently had a problem with erica just like this. The reason was a rather large file (~600mb) inside my app directory, and erica must have tried to read...
I also had to create a new dev/sim build. But it seems to have only worked after adding ```JSON [ "expo-asset", { assets: [], }, ], ``` to my app-config's...
For anyone else coming here by searching for "Invalid prop sourceID supplied to React.Fragment" – I stumbled upon this error by trying to render an empty Fragment as a child,...