Description
When running react-native run-ios or react-native run-android on Mac OS, the packager is launched automatically in a new terminal window while the project is built. On Windows and Linux react-native start needs to be run manually in a separate shell, while react-native run-android is run in a different shell.
Reproduction
Run react-native run-android on Windows or Linux, and the project will not start the packager automatically.
Solution
Packager should launch automatically on Windows and Linux, like it does on Mac OS.
Additional Information
- React Native version: 0.41.2
- Platform: Android
- Operating System: Windows & Linux
Description
When running
react-native run-iosorreact-native run-androidon Mac OS, the packager is launched automatically in a new terminal window while the project is built. On Windows and Linuxreact-native startneeds to be run manually in a separate shell, whilereact-native run-androidis run in a different shell.Reproduction
Run
react-native run-androidon Windows or Linux, and the project will not start the packager automatically.Solution
Packager should launch automatically on Windows and Linux, like it does on Mac OS.
Additional Information