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
3a2b1be6d1
react-native
/
packager
/
packager.sh
7 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit
2015-01-30 01:10:49 +00:00
#!/bin/bash
ulimit
-n
4096
THIS_DIR
=
$(
dirname
"
$0
"
)
[react-packager] Add root to packager rootProjects via cli | Boopathi Rajaa
2015-02-19 19:21:34 +00:00
node
$THIS_DIR
/packager.js
"
$@
"