This website requires JavaScript.
Explore
Help
Sign In
status-im
/
react-native
Watch
2
Star
0
Fork
0
You've already forked react-native
mirror of
https://github.com/status-im/react-native.git
synced
2025-01-30 19:25:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
react-native
/
packager
/
packager.sh
7 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit
2015-01-29 17:10:49 -08:00
#!/bin/bash
ulimit
-n
4096
THIS_DIR
=
$(
dirname
"
$0
"
)
[react-packager] Add root to packager rootProjects via cli | Boopathi Rajaa
2015-02-19 11:21:34 -08:00
node
$THIS_DIR
/packager.js
"
$@
"
Reference in New Issue
Copy Permalink