Skip to content

Instantly share code, notes, and snippets.

@jhonywalkeer
Created October 4, 2021 16:09
Show Gist options
  • Save jhonywalkeer/b9ab462dc002eeb8f414f02b8461d49c to your computer and use it in GitHub Desktop.
Save jhonywalkeer/b9ab462dc002eeb8f414f02b8461d49c to your computer and use it in GitHub Desktop.
Making it easy to debug errors that appear on the Google console by passing just this code and the project will be built with the code without minification
....
project.ext.react = [
entryFile: 'packages/mobile/index.js',
root: '../../../../',
enableHermes: false,
extraPackagerArgs: [ '--minify=false' ],
]
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment