Node comes with npm, which lets you install the React Native command line interface.
Run the following command in a Terminal:
npm install -g react-native-cli
npm install
Run react-native run-ios
inside your EnApp project folder:
cd EnApp
react-native run-ios