feat: add commands to open Android Emulator and iOS Simulator#1165
feat: add commands to open Android Emulator and iOS Simulator#1165fardad-dev wants to merge 3 commits intocallstack:mainfrom
Conversation
* Added `openEmulator` and `openSimulator` functions to manage emulator and simulator processes. * Updated dependencies to include `@clack/prompts` for user prompts.
🦋 Changeset detectedLatest commit: b6eeb2d The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@jbroma Kindly please review |
|
@hosseinmd thanks for the PR! I'll try to review it soon |
|
Hey, this kind of functionality is built into RNEF or RNC CLI, which you can both use with Re.Pack. When running |
I also agree with this - it seems more like a feature for a framework than a bundler 👍 For some context: RN also removed the With that in mind, I'll close this PR since it's not the right place for this functionality. |
|
I don't agree with you, repack is not a core library, i recommend it to you to be more easy to use instead of comparing repack with react-native. This approach is not good for repack, being link expo or nextjs could help repack grow up. |
This commands are useful for open emulator/simulator faster and easier. similar what expo does.
Summary
openEmulatorandopenSimulatorfunctions to manage emulator and simulator processes.@clack/promptsfor user prompts.Test plan
i was tested it by my own app and TesterApp too.