-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove RCTAppSetupPrepareApp overload and InspectorFlags call #42642
Conversation
This pull request was exported from Phabricator. Differential Revision: D53048207 |
Base commit: db066ac |
@@ -87,7 +87,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( | |||
|
|||
NSDictionary *initProps = updateInitialProps([self prepareInitialProps], fabricEnabled); | |||
|
|||
RCTAppSetupPrepareApp(application, enableTM, *_reactNativeConfig); | |||
RCTAppSetupPrepareApp(application, enableTM); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
…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) Differential Revision: D53048207
This pull request was exported from Phabricator. Differential Revision: D53048207 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D53048207 |
…ok#42642) Summary: Pull Request resolved: facebook#42642 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) Differential Revision: D53048207 fbshipit-source-id: 8ed5e3874c7c8e8bd24556ea25c2818823f299b4
047924c
to
48315ad
Compare
This pull request was exported from Phabricator. Differential Revision: D53048207 |
…ok#42642) Summary: Pull Request resolved: facebook#42642 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) Differential Revision: D53048207 fbshipit-source-id: 457f55cbccea8b5b3fbfbbd0c44c5b98dff6834a
48315ad
to
26a3db3
Compare
…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) Differential Revision: D53048207
26a3db3
to
1ba9a16
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) Differential Revision: D53048207
1ba9a16
to
3451009
Compare
This pull request was exported from Phabricator. Differential Revision: D53048207 |
…ll (facebook#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
…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
3451009
to
c35b5b8
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
c35b5b8
to
f4c6290
Compare
This pull request was exported from Phabricator. Differential Revision: D53048207 |
f4c6290
to
1a6730c
Compare
…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
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