'disable auto-prettier in react-native app

I'm using vim as my default editor which complains when some external tool changes the code while the buffer is open. I recently started working on a react-native app but every time i save the file it runs prettier in the background before pushing the app to the device, changing the files causing my vim to misbehave.

I initialized a default react-native app using

npx react-native init <project name>

I already had vim configured to run prettier on save but there is some external prettier run competing, and vim is losing. I can't find where this autolinting on save is configured anywhere in the files though.

Where can i disable this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source