I have a problem running a react-native app on my phone.
With everything configured I run
react-native start
react-native run-android
and the following error appears:
05:32:56 E / adb: adb server version (32) does not match this client (39); killing ...
So I managed to understand that I have installed adb twice on the computer, but I can not solve the problem.