uninstall react native code example
Example 1: how to uninstall react native cli globally
npm uninstall -g react-native-cli
Example 2: uninstall react native package
run npm uninstall <package>
Example 3: how to remove global react-native-cli package
yarn global remove @react-native-community/cli