-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
hook up RCTDeprecation to [RCTBridgeModule bridge] #41415
Conversation
This pull request was exported from Phabricator. Differential Revision: D51184572 |
Base commit: 917fd25 |
This pull request was exported from Phabricator. Differential Revision: D51184572 |
0696004
to
837691e
Compare
Summary: Changelog: [iOS][Deprecated] an example of RCT_DEPRECATION in action. you will get a build time warning if `RCT_DEPRECATED_DECLARATIONS` is enabled. Differential Revision: D51184572
This pull request was exported from Phabricator. Differential Revision: D51184572 |
Summary: Changelog: [iOS][Deprecated] an example of RCT_DEPRECATION in action. you will get a build time warning if `RCT_DEPRECATED_DECLARATIONS` is enabled. Differential Revision: D51184572
dbd6cc1
to
8263422
Compare
Summary: Changelog: [iOS][Deprecated] an example of RCT_DEPRECATION in action. you will get a build time warning if `RCT_DEPRECATED_DECLARATIONS` is enabled. Reviewed By: cipolleschi Differential Revision: D51184572
This pull request was exported from Phabricator. Differential Revision: D51184572 |
Summary: Changelog: [iOS][Deprecated] an example of RCT_DEPRECATION in action. you will get a build time warning if `RCT_DEPRECATED_DECLARATIONS` is enabled. Reviewed By: cipolleschi Differential Revision: D51184572
8263422
to
3e6e1f8
Compare
This pull request was exported from Phabricator. Differential Revision: D51184572 |
Summary: Changelog: [iOS][Deprecated] an example of RCT_DEPRECATION in action. you will get a build time warning if `RCT_DEPRECATED_DECLARATIONS` is enabled. Reviewed By: cipolleschi Differential Revision: D51184572
aaafebf
to
f5c8d77
Compare
Summary: Changelog: [iOS][Deprecated] an example of RCT_DEPRECATION in action. you will get a build time warning if `RCT_DEPRECATED_DECLARATIONS` is enabled. Reviewed By: cipolleschi Differential Revision: D51184572
This pull request was exported from Phabricator. Differential Revision: D51184572 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D51184572 |
Summary: Changelog: [iOS][Deprecated] an example of RCT_DEPRECATION in action. you will get a build time warning if `RCT_DEPRECATED_DECLARATIONS` is enabled. Reviewed By: cipolleschi Differential Revision: D51184572
f5c8d77
to
ccfef7a
Compare
This pull request was exported from Phabricator. Differential Revision: D51184572 |
ccfef7a
to
1a73bdd
Compare
Summary: Changelog: [iOS][Deprecated] an example of RCT_DEPRECATION in action. you will get a build time warning if `RCT_DEPRECATED_DECLARATIONS` is enabled. Reviewed By: cipolleschi Differential Revision: D51184572
This pull request was exported from Phabricator. Differential Revision: D51184572 |
1611831
to
aa42533
Compare
This pull request was exported from Phabricator. Differential Revision: D51184572 |
aa42533
to
0f26da5
Compare
Summary: Changelog: [iOS][Deprecated] an example of RCT_DEPRECATION in action. you will get a build time warning if `RCT_DEPRECATED_DECLARATIONS` is enabled. Reviewed By: cipolleschi Differential Revision: D51184572
This pull request was exported from Phabricator. Differential Revision: D51184572 |
Summary: Changelog: [iOS][Deprecated] an example of RCT_DEPRECATION in action. you will get a build time warning if `RCT_DEPRECATED_DECLARATIONS` is enabled. Reviewed By: cipolleschi Differential Revision: D51184572
0f26da5
to
48e2469
Compare
This pull request was exported from Phabricator. Differential Revision: D51184572 |
48e2469
to
f43cd7d
Compare
Summary: Changelog: [iOS][Deprecated] an example of RCT_DEPRECATION in action. you will get a build time warning if `RCT_DEPRECATED_DECLARATIONS` is enabled. Reviewed By: cipolleschi Differential Revision: D51184572
This pull request was exported from Phabricator. Differential Revision: D51184572 |
Summary: Changelog: [iOS][Deprecated] an example of RCT_DEPRECATION in action. you will get a build time warning if `RCT_DEPRECATED_DECLARATIONS` is enabled. Reviewed By: cipolleschi Differential Revision: D51184572
f43cd7d
to
3393bf2
Compare
This pull request was exported from Phabricator. Differential Revision: D51184572 |
3393bf2
to
b6ef0e9
Compare
Summary: Changelog: [iOS][Deprecated] an example of RCT_DEPRECATION in action. you will get a build time warning if `RCT_DEPRECATED_DECLARATIONS` is enabled. Reviewed By: cipolleschi Differential Revision: D51184572
This pull request was exported from Phabricator. Differential Revision: D51184572 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D51184572 |
Summary: Changelog: [iOS][something] Creating a new top level directory for Apple platform specific code. Reviewed By: christophpurrer Differential Revision: D51170984
Summary: Changelog: [iOS][Added] creating a top level directory for shared lightweight utility functions open to suggs on naming and rules we want to enforce Reviewed By: shwanton, christophpurrer Differential Revision: D51170983
Summary: Changelog: [Internal] BUCK boilerplate to integrate the first RCTFoundation library. decided to split this up so we can reference it easily in the future when adding new libs Reviewed By: cipolleschi Differential Revision: D51101009
Summary: Changelog: [Internal] cocoapods boilerplate to integrate the first RCTFoundation library. decided to split this up so we can reference it easily in the future when adding new libs Reviewed By: cipolleschi Differential Revision: D51184321
Summary: Changelog: [iOS][Deprecated] an example of RCT_DEPRECATION in action. you will get a build time warning if `RCT_DEPRECATED_DECLARATIONS` is enabled. Reviewed By: cipolleschi Differential Revision: D51184572
b6ef0e9
to
f2c69f2
Compare
This pull request was exported from Phabricator. Differential Revision: D51184572 |
This pull request has been merged in 9b1f8a8. |
Summary: Pull Request resolved: facebook#41415 Changelog: [iOS][Deprecated] an example of RCT_DEPRECATION in action. you will get a build time warning if `RCT_DEPRECATED_DECLARATIONS` is enabled. Reviewed By: cipolleschi Differential Revision: D51184572 fbshipit-source-id: a0bcb4c69e63620bbdf2e2a7afb25c649fcaa100
Summary:
Changelog: [iOS][Deprecated]
an example of RCT_DEPRECATION in action. you will get a build time warning if
RCT_DEPRECATED_DECLARATIONS
is enabled.Differential Revision: D51184572