React_Native_Watch_Limit_Fix

Ubuntu Watch filesystem limit Work Around

In the terminal run

sudo gedit /etc/sysctl.conf

fs.inotify.max_user_instances=524288
fs.inotify.max_user_watches=524288
fs.inotify.max_queued_events=524288

Reboot for changes to take effect.