mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
Amjad Masad
7362f11c22
[react-packager] Use gracful-fs to avoid EMFILE errors
Summary: @public Currently, every time we call into the packager we have to change the ulimit to make sure we don't hit the EMFILE error (the packager uses as much concurrency as possible). Using graceful-fs, the fs module -- with monkey patching -- becomes intelligent enough to recover from EMFILE errors. Test Plan: * set `ulimit -n 256* * start server * request from your browser: http://localhost:8081/RKJSModules/MainBundle/CatalystBundle.includeRequire.bundle * it works
Description
A framework for building native apps with React.
http://facebook.github.io/react-native/
Languages
JavaScript
47.5%
Java
26.5%
Objective-C
13.7%
C++
7.2%
C
1.5%
Other
3.5%