Steps to reproduce the behavior
The original react-native-xcode.sh that ships with React Native has support $NODE_ARGS for passing arguments to node when bundling scripts.
Expected behavior
There should be an added variable for $NODE_ARGS in the final script that is run.
Actual behavior
Currently there does not seem to be support for this variable to pass node arguments. This is very helpful since I need to pass arguments to node.
This is from the script bundled with React Native

This is from the script in React-Native-Schemes-Manager
