I’m running into an issue when attempting to use the React Native bundle step (1.0.4). It’s failing w/:
react-native: command not found
This makes sense as ./node_modules/.bin/react-native (installed via Run yarn command (0.0.8)) is not part of $PATH so my question is how do I add this to my path so that this step will work correctly?