I have installed a third party library in my project but it is not working , so I want to delete that library from my project , How can I do that ?
npm uninstall --save package_name
npm uninstall --save-dev package_name
rnpm unlink package_name
note rnpm as is deprecated
2.1m questions
2.1m answers
60 comments
57.0k users