-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propose to connect metro server programmatically (#31828)
Summary: nowadays, we could only specify metro server by either dev settings or building time ip.txt. this pr adds a new way to specify metro server programmatically which makes rn launcher or testing more feasible. ## Changelog [Internal] [iOS] [Added] - Propose to connect metro server programmatically Pull Request resolved: #31828 Test Plan: just exposing a public interface for RCTPackagerConnection without much code change. test to call this interface success locally. Reviewed By: sammy-SC Differential Revision: D30878774 Pulled By: yungsters fbshipit-source-id: 5f1d6a4835a983abde7e095d20153e4ba2146a61
- Loading branch information
1 parent
398595e
commit e2b5b65
Showing
2 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters