-
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 Examples for Direct Manipulation in the Interop Layer #36610
Conversation
This pull request was exported from Phabricator. Differential Revision: D43978674 |
Base commit: a4fe9b2 |
This pull request was exported from Phabricator. Differential Revision: D43978674 |
fdd8321
to
901bee1
Compare
This pull request was exported from Phabricator. Differential Revision: D43978674 |
901bee1
to
c876a51
Compare
…6610) Summary: Pull Request resolved: facebook#36610 This change add to RNTester examples of a legacy Native Component, loaded in the New Architecture through the Interop Layer, that uses the APIs described in the [Direct Manipulation](https://reactnative.dev/docs/direct-manipulation) sectioon of the website. ## Changelog: [iOS][Added] - Added examples of direct manipulation Reviewed By: sammy-SC Differential Revision: D43978674 fbshipit-source-id: 2887a7cc506f8041b56751455fb807c1c214b57d
This pull request was exported from Phabricator. Differential Revision: D43978674 |
…6610) Summary: Pull Request resolved: facebook#36610 This change add to RNTester examples of a legacy Native Component, loaded in the New Architecture through the Interop Layer, that uses the APIs described in the [Direct Manipulation](https://reactnative.dev/docs/direct-manipulation) sectioon of the website. ## Changelog: [iOS][Added] - Added examples of direct manipulation Reviewed By: sammy-SC Differential Revision: D43978674 fbshipit-source-id: 80c961347163a76b222e85669872171cdae1b3f7
c876a51
to
2d93136
Compare
This pull request was exported from Phabricator. Differential Revision: D43978674 |
…6610) Summary: Pull Request resolved: facebook#36610 This change add to RNTester examples of a legacy Native Component, loaded in the New Architecture through the Interop Layer, that uses the APIs described in the [Direct Manipulation](https://reactnative.dev/docs/direct-manipulation) sectioon of the website. ## Changelog: [iOS][Added] - Added examples of direct manipulation Reviewed By: sammy-SC Differential Revision: D43978674 fbshipit-source-id: 8b6c0f56a8cdbf698e2f2decd410bcadaf21065c
2d93136
to
8138477
Compare
This pull request was exported from Phabricator. Differential Revision: D43978674 |
…6610) Summary: Pull Request resolved: facebook#36610 This change add to RNTester examples of a legacy Native Component, loaded in the New Architecture through the Interop Layer, that uses the APIs described in the [Direct Manipulation](https://reactnative.dev/docs/direct-manipulation) sectioon of the website. ## Changelog: [iOS][Added] - Added examples of direct manipulation Reviewed By: sammy-SC Differential Revision: D43978674 fbshipit-source-id: f1e36ca51b5664812ad46e61c93f439521596d11
8138477
to
abbf7b1
Compare
This pull request was exported from Phabricator. Differential Revision: D43978674 |
…6610) Summary: Pull Request resolved: facebook#36610 This change add to RNTester examples of a legacy Native Component, loaded in the New Architecture through the Interop Layer, that uses the APIs described in the [Direct Manipulation](https://reactnative.dev/docs/direct-manipulation) sectioon of the website. ## Changelog: [iOS][Added] - Added examples of direct manipulation Reviewed By: sammy-SC Differential Revision: D43978674 fbshipit-source-id: 9ac6ddb1dc5430daf6c42729ce8f472378335e5a
abbf7b1
to
4a85bb1
Compare
This pull request was exported from Phabricator. Differential Revision: D43978674 |
…6610) Summary: Pull Request resolved: facebook#36610 This change add to RNTester examples of a legacy Native Component, loaded in the New Architecture through the Interop Layer, that uses the APIs described in the [Direct Manipulation](https://reactnative.dev/docs/direct-manipulation) sectioon of the website. ## Changelog: [iOS][Added] - Added examples of direct manipulation Reviewed By: sammy-SC Differential Revision: D43978674 fbshipit-source-id: bf009783471e7a2f6898a4e334fcabd7ffff461b
4a85bb1
to
5f560b3
Compare
This pull request was exported from Phabricator. Differential Revision: D43978674 |
…6610) Summary: Pull Request resolved: facebook#36610 This change add to RNTester examples of a legacy Native Component, loaded in the New Architecture through the Interop Layer, that uses the APIs described in the [Direct Manipulation](https://reactnative.dev/docs/direct-manipulation) sectioon of the website. ## Changelog: [iOS][Added] - Added examples of direct manipulation Reviewed By: sammy-SC Differential Revision: D43978674 fbshipit-source-id: cbde642a06a729f4a9230b8aea181eef1117951f
a80e3a8
to
53edfbf
Compare
This pull request was exported from Phabricator. Differential Revision: D43978674 |
…6610) Summary: Pull Request resolved: facebook#36610 This change add to RNTester examples of a legacy Native Component, loaded in the New Architecture through the Interop Layer, that uses the APIs described in the [Direct Manipulation](https://reactnative.dev/docs/direct-manipulation) sectioon of the website. ## Changelog: [iOS][Added] - Added examples of direct manipulation Reviewed By: sammy-SC Differential Revision: D43978674 fbshipit-source-id: 85b238e235e8d418d11f8e166c3030230fb82c63
53edfbf
to
39c9712
Compare
…rop Layer (facebook#36578) Summary: Pull Request resolved: facebook#36578 This change brings to the Fabric Interop Layer the possibility to directly call native methods on the View Manager, something that was not possible before and that we can use to simplify the migration to the New Architecture. ## Changelog: [iOS][Added] - Native Components can now call native methods in Fabric when they are loaded through the Interop Layer Differential Revision: https://internalfb.com/D43945278 fbshipit-source-id: 5af1d521e9f7b338f70a070a92f8222a2e8e8c8f
…6610) Summary: Pull Request resolved: facebook#36610 This change add to RNTester examples of a legacy Native Component, loaded in the New Architecture through the Interop Layer, that uses the APIs described in the [Direct Manipulation](https://reactnative.dev/docs/direct-manipulation) sectioon of the website. ## Changelog: [iOS][Added] - Added examples of direct manipulation Reviewed By: sammy-SC Differential Revision: D43978674 fbshipit-source-id: 177f546618350f656b07033757513afa45e02d1c
This pull request was exported from Phabricator. Differential Revision: D43978674 |
39c9712
to
08a4e3b
Compare
This pull request has been merged in a44d8a0. |
Summary: Pull Request resolved: #36610 This change add to RNTester examples of a legacy Native Component, loaded in the New Architecture through the Interop Layer, that uses the APIs described in the [Direct Manipulation](https://reactnative.dev/docs/direct-manipulation) sectioon of the website. [iOS][Added] - Added examples of direct manipulation Reviewed By: sammy-SC Differential Revision: D43978674 fbshipit-source-id: 1cbc56f28034f84f309166e3e392ad97a8164e64
…6610) Summary: Pull Request resolved: facebook#36610 This change add to RNTester examples of a legacy Native Component, loaded in the New Architecture through the Interop Layer, that uses the APIs described in the [Direct Manipulation](https://reactnative.dev/docs/direct-manipulation) sectioon of the website. ## Changelog: [iOS][Added] - Added examples of direct manipulation Reviewed By: sammy-SC Differential Revision: D43978674 fbshipit-source-id: 1cbc56f28034f84f309166e3e392ad97a8164e64
…6610) Summary: Pull Request resolved: facebook#36610 This change add to RNTester examples of a legacy Native Component, loaded in the New Architecture through the Interop Layer, that uses the APIs described in the [Direct Manipulation](https://reactnative.dev/docs/direct-manipulation) sectioon of the website. ## Changelog: [iOS][Added] - Added examples of direct manipulation Reviewed By: sammy-SC Differential Revision: D43978674 fbshipit-source-id: 1cbc56f28034f84f309166e3e392ad97a8164e64
Summary:
This change add to RNTester examples of a legacy Native Component, loaded in the New Architecture through the Interop Layer, that uses the APIs described in the Direct Manipulation sectioon of the website.
Changelog:
[iOS][Added] - Added examples of direct manipulation
Differential Revision: D43978674