Mar 15, 2018

React Native: Delete Installed Library

1. rnpm unlink package_name (if library with native content requires linking)
2. npm uninstall --save package_name 

No comments:

Post a Comment