React-native: command not found

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?

1 Like

Hi @kyledecot,

Sorry for the awfully long delay here, but can you try to simply run an Install React Native step before? :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.