-
Notifications
You must be signed in to change notification settings - Fork 25k
Introduce __nativeComponentRegistry__getNativeViewConfig #37522
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D43538804 |
Base commit: 5eadd93 |
af6aed0 to
ebed699
Compare
) Summary: Pull Request resolved: facebook#37522 This diff adds cross-platform Cxx binding helper and iOS specific implementation of `__nativeComponentRegistry__getNativeViewConfig` to JS runtime. This function provides native view config for a native component in bridgeless mode. Changelog: [Internal] - Introduce `__nativeComponentRegistry__getNativeViewConfig` in iOS. Differential Revision: D43538804 fbshipit-source-id: 1e8c23ab36daaac13b38ee4b37f7971cf7d35fbb
|
This pull request was exported from Phabricator. Differential Revision: D43538804 |
) Summary: Pull Request resolved: facebook#37522 This diff adds cross-platform Cxx binding helper and iOS specific implementation of `__nativeComponentRegistry__getNativeViewConfig` to JS runtime. This function provides native view config for a native component in bridgeless mode. Changelog: [Internal] - Introduce `__nativeComponentRegistry__getNativeViewConfig` in iOS. Differential Revision: D43538804 fbshipit-source-id: 8002bc6c88718e2d0f4d5cd7816c0c81175def69
ebed699 to
1a191fb
Compare
|
This pull request was exported from Phabricator. Differential Revision: D43538804 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D43538804 |
) Summary: Pull Request resolved: facebook#37522 This diff adds cross-platform Cxx binding helper and iOS specific implementation of `__nativeComponentRegistry__getNativeViewConfig` to JS runtime. This function provides native view config for a native component in bridgeless mode. Changelog: [Internal] - Introduce `__nativeComponentRegistry__getNativeViewConfig` in iOS. Differential Revision: D43538804 fbshipit-source-id: 99c9c10a1faa396bf3f87650a2e9d0b65666708c
1a191fb to
aaef860
Compare
|
This pull request was exported from Phabricator. Differential Revision: D43538804 |
) Summary: Pull Request resolved: facebook#37522 This diff adds cross-platform Cxx binding helper and iOS specific implementation of `__nativeComponentRegistry__getNativeViewConfig` to JS runtime. This function provides native view config for a native component in bridgeless mode. Changelog: [Internal] - Introduce `__nativeComponentRegistry__getNativeViewConfig` in iOS. Differential Revision: D43538804 fbshipit-source-id: e45f34164e76f28b66bb3cb16096619fa8384d2e
75e76ff to
d903dc4
Compare
) Summary: Pull Request resolved: facebook#37522 This diff adds cross-platform Cxx binding helper and iOS specific implementation of `__nativeComponentRegistry__getNativeViewConfig` to JS runtime. This function provides native view config for a native component in bridgeless mode. Changelog: [Internal] - Introduce `__nativeComponentRegistry__getNativeViewConfig` in iOS. Differential Revision: D43538804 fbshipit-source-id: a4dd3f28d4fa157a6eb9ebb31d5c1a85ad7b7b1d
|
This pull request was exported from Phabricator. Differential Revision: D43538804 |
) Summary: Pull Request resolved: facebook#37522 This diff adds cross-platform Cxx binding helper and iOS specific implementation of `__nativeComponentRegistry__getNativeViewConfig` to JS runtime. This function provides native view config for a native component in bridgeless mode. Changelog: [Internal] - Introduce `__nativeComponentRegistry__getNativeViewConfig` in iOS. Differential Revision: D43538804 fbshipit-source-id: 1d7b4e379e657cfe8bfd3ba0592e7e13ae7501c3
d903dc4 to
4c8edef
Compare
|
This pull request was exported from Phabricator. Differential Revision: D43538804 |
4c8edef to
3dd7ce2
Compare
) Summary: Pull Request resolved: facebook#37522 This diff adds cross-platform Cxx binding helper and iOS specific implementation of `__nativeComponentRegistry__getNativeViewConfig` to JS runtime. This function provides native view config for a native component in bridgeless mode. Changelog: [Internal] - Introduce `__nativeComponentRegistry__getNativeViewConfig` in iOS. Reviewed By: javache Differential Revision: D43538804 fbshipit-source-id: a0a31d20f9061e2b9223965aa26380a9e6118ded
|
This pull request was exported from Phabricator. Differential Revision: D43538804 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D43538804 |
3dd7ce2 to
a72045d
Compare
) Summary: Pull Request resolved: facebook#37522 This diff adds cross-platform Cxx binding helper and iOS specific implementation of `__nativeComponentRegistry__getNativeViewConfig` to JS runtime. This function provides native view config for a native component in bridgeless mode. Changelog: [Internal] - Introduce `__nativeComponentRegistry__getNativeViewConfig` in iOS. Reviewed By: javache Differential Revision: D43538804 fbshipit-source-id: c4fc7d6d2e4543ddb5cedf7ed4d3ef6a12b2fccf
) Summary: Pull Request resolved: facebook#37522 This diff adds cross-platform Cxx binding helper and iOS specific implementation of `__nativeComponentRegistry__getNativeViewConfig` to JS runtime. This function provides native view config for a native component in bridgeless mode. Changelog: [Internal] - Introduce `__nativeComponentRegistry__getNativeViewConfig` in iOS. Reviewed By: javache Differential Revision: D43538804 fbshipit-source-id: 025f19038eee22c1992dded190d6f265ff1f8a01
|
This pull request was exported from Phabricator. Differential Revision: D43538804 |
a72045d to
644c49b
Compare
|
This pull request has been merged in 7f22db8. |
Summary:
This diff adds cross-platform Cxx binding helper and iOS specific implementation of
__nativeComponentRegistry__getNativeViewConfigto JS runtime. This function provides native view config for a native component in bridgeless mode.Changelog:
[Internal] - Introduce
__nativeComponentRegistry__getNativeViewConfigin iOS.Differential Revision: D43538804