-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Add codegen step to generate Custom RCTURLRequest Handlers #42923
Conversation
This pull request was exported from Phabricator. Differential Revision: D53441411 |
This pull request was exported from Phabricator. Differential Revision: D53441411 |
5e4cf23
to
f6f10e8
Compare
…42923) Summary: This change add the codegen step to generate the list of classes that can be used as custom URLHandlers ## Changelog [iOS][Added] - Add the codegen step to generate custom URLHandlers Differential Revision: D53441411
This pull request was exported from Phabricator. Differential Revision: D53441411 |
Base commit: 922fe91 |
f6f10e8
to
0ba404b
Compare
…e protocols (facebook#42923) Summary: This Diff implement the logic to: - Read some lists of class names provided by libraries that conforms to some protocols we defined as extension points. - Generate a provider in the React-Codegen podspec, whose code lives alongside the app code. - Glue the app and the generated code together, allowing to link custom protocols ## Changelog [iOS][Added] - Allow libraries to provide module which conforms to protocols meant to be extension points. Differential Revision: D53441411
This pull request was exported from Phabricator. Differential Revision: D53441411 |
…e protocols (facebook#42923) Summary: This Diff implement the logic to: - Read some lists of class names provided by libraries that conforms to some protocols we defined as extension points. - Generate a provider in the React-Codegen podspec, whose code lives alongside the app code. - Glue the app and the generated code together, allowing to link custom protocols ## Changelog [iOS][Added] - Allow libraries to provide module which conforms to protocols meant to be extension points. Differential Revision: D53441411
0ba404b
to
f94788e
Compare
This pull request was exported from Phabricator. Differential Revision: D53441411 |
f94788e
to
394fbb1
Compare
…e protocols (facebook#42923) Summary: This Diff implement the logic to: - Read some lists of class names provided by libraries that conforms to some protocols we defined as extension points. - Generate a provider in the React-Codegen podspec, whose code lives alongside the app code. - Glue the app and the generated code together, allowing to link custom protocols ## Changelog [iOS][Added] - Allow libraries to provide module which conforms to protocols meant to be extension points. Differential Revision: D53441411
This pull request was exported from Phabricator. Differential Revision: D53441411 |
394fbb1
to
1c0057d
Compare
…e protocols (facebook#42923) Summary: This Diff implement the logic to: - Read some lists of class names provided by libraries that conforms to some protocols we defined as extension points. - Generate a provider in the React-Codegen podspec, whose code lives alongside the app code. - Glue the app and the generated code together, allowing to link custom protocols ## Changelog [iOS][Added] - Allow libraries to provide module which conforms to protocols meant to be extension points. Reviewed By: RSNara Differential Revision: D53441411
…e protocols (facebook#42923) Summary: This Diff implement the logic to: - Read some lists of class names provided by libraries that conforms to some protocols we defined as extension points. - Generate a provider in the React-Codegen podspec, whose code lives alongside the app code. - Glue the app and the generated code together, allowing to link custom protocols ## Changelog [iOS][Added] - Allow libraries to provide module which conforms to protocols meant to be extension points. Reviewed By: RSNara Differential Revision: D53441411
1c0057d
to
501d5b8
Compare
…e protocols (facebook#42923) Summary: This Diff implement the logic to: - Read some lists of class names provided by libraries that conforms to some protocols we defined as extension points. - Generate a provider in the React-Codegen podspec, whose code lives alongside the app code. - Glue the app and the generated code together, allowing to link custom protocols ## Changelog [iOS][Added] - Allow libraries to provide module which conforms to protocols meant to be extension points. Reviewed By: RSNara Differential Revision: D53441411
fe65af3
to
a61e2f6
Compare
…e protocols (facebook#42923) Summary: This Diff implement the logic to: - Read some lists of class names provided by libraries that conforms to some protocols we defined as extension points. - Generate a provider in the React-Codegen podspec, whose code lives alongside the app code. - Glue the app and the generated code together, allowing to link custom protocols ## Changelog [iOS][Added] - Allow libraries to provide module which conforms to protocols meant to be extension points. Reviewed By: RSNara Differential Revision: D53441411
…e protocols (facebook#42923) Summary: This Diff implement the logic to: - Read some lists of class names provided by libraries that conforms to some protocols we defined as extension points. - Generate a provider in the React-Codegen podspec, whose code lives alongside the app code. - Glue the app and the generated code together, allowing to link custom protocols ## Changelog [iOS][Added] - Allow libraries to provide module which conforms to protocols meant to be extension points. Reviewed By: RSNara Differential Revision: D53441411
a61e2f6
to
d85417f
Compare
This pull request has been merged in 46d7f8a. |
Summary:
This change add the codegen step to generate the list of classes that can be used as custom URLHandlers
Changelog
[iOS][Added] - Add the codegen step to generate custom URLHandlers
Differential Revision: D53441411