This website requires JavaScript.
Explore
Help
Sign In
status-im
/
react-native
mirror of
https://github.com/status-im/react-native.git
Watch
2
Star
0
Fork
You've already forked react-native
0
Code
Issues
Projects
Releases
Wiki
Activity
d6bb48d972
react-native
/
packager
/
packager.sh
7 lines
86 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
ulimit
-n
4096
THIS_DIR
=
$(
dirname
"
$0
"
)
node
$THIS_DIR
/packager.js
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink