I was working in my React Native file when I noticed that whenever I typed any command(except help) that begun with "react-native" I would receive an error that states:
error Unrecognized command "link".
info Run "react-native --help" to see a list of all available commands.
I got this error when I tried both "react-native run-android" and "react-native link". I have no idea what's causing this so I would really appreciate any suggestions as to what to try to remedy this. I also have't linked any of my actual code as I have no idea what part of my project could be the cause of this. I'd love to hear any suggestions that anyone has for me.