After upgrading past react-native 0.60.....Im being warned that I should unlink all the 3rd party libraries that were linked manually (as RN now takes care of it via auto-linking).
However when I run react-native unlink <depedency>
I get the error Something went wrong while unlinking. Reason Expected [\n\r] but end of input found
Any ideas?