Alessandro Raffa

Results 5 comments of Alessandro Raffa

Same here: ```javascript const jsErrorHandler = (e, isFatal) => { console.warn(JSON.stringify({ e, isFatal }))); }; setJSExceptionHandler(jsErrorHandler, true); ``` ```javascript {"e":"the componentWillUnmount method","isFatal":false} ```

This is my issue: ```log Error: The module '/projectRoot/node_modules/@pokusew/pcsclite/build/Release/pcsclite.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 115. This version of Node.js requires NODE_MODULE_VERSION 121. Please try re-compiling or...

@jehartzog [`react-native-device-info`](https://github.com/react-native-device-info/react-native-device-info) is a wonderful library, but in terms of memory usage / availability, it only provides [`getUsedMemory()`](https://github.com/react-native-device-info/react-native-device-info#getusedmemory) that returns > the app memory usage, in bytes