DEV Community

Discussion on: How to generate a debug apk in react-native

Collapse
 
nickap profile image
nickap • Edited

This might be because the files monitored by the system have reached the limit!

You can increase the number of the files like this:

sudo gedit /etc/sysctl.conf
fs.inotify.max_user_watches=524288
You might want to check:
sudo sysctl -p