Metro Bundler ready. ERROR ENOSPC: System limit for number of file watchers reached, watch
I have solved it by running following command.
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
then
sysctl --system