Results 8 comments of H4mxa

My solution - yarn add react-app-rewired - create file ```config-overrides.js``` at project root and paste ``` const path = require('path'); module.exports = function override(config) { config.resolve = { ...config.resolve, alias:...

When attempting to upload a large file on iOS, the app's memory usage rapidly increases to 2GB and subsequently causes the app to crash.

@sarevok89 @mayander30, Have you found a solution?