Remove RCTAppSetupPrepareApp overload and InspectorFlags call#42642
Remove RCTAppSetupPrepareApp overload and InspectorFlags call#42642huntie wants to merge 1 commit into
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D53048207 |
Base commit: db066ac |
There was a problem hiding this comment.
Oh nice! This will make my PR easier #42263 (no need to separate this logic to another function). Commenting here to get notified when it gets merged 👍🏻
There was a problem hiding this comment.
Great :D It'll get merged as soon as I sort out the PR that's stacked with this (failing internal CI in a tricky way).
01c90b1 to
047924c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53048207 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D53048207 |
047924c to
48315ad
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53048207 |
48315ad to
26a3db3
Compare
26a3db3 to
1ba9a16
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53048207 |
1ba9a16 to
3451009
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53048207 |
3451009 to
c35b5b8
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53048207 |
c35b5b8 to
f4c6290
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53048207 |
f4c6290 to
1a6730c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53048207 |
…ok#42642) Summary: Removes call to `InspectorFlags::initFromConfig`, since this approach is being replaced with `ReactNativeFeatureFlags`. This change is separated out as it originally made a public API deprecation. Changelog: [iOS][Deprecated] - **Un-deprecates** `RCTAppSetupPrepareApp` (reverts facebook#41976) Reviewed By: motiz88 Differential Revision: D53048207
1a6730c to
b73a9e6
Compare
|
This pull request was exported from Phabricator. Differential Revision: D53048207 |
|
This pull request has been merged in ce3ce11. |
Summary:
Removes call to
InspectorFlags::initFromConfig, since this approach is being replaced withReactNativeFeatureFlags. This change is separated out as it originally made a public API deprecation.Changelog:
[iOS][Deprecated] - Un-deprecates
RCTAppSetupPrepareApp(reverts #41976)Differential Revision: D53048207