If you want to unlink already installed packages in react native
$ react-native unlink package_name
$ yarn remove package_name
(if it is npm then npm uninstall --save)If you execute 2nd step before 1st step you need to install relevant package back and execute 2nd step