Add tests for Modal.animationStyle prop#53141
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D79808162 |
82cbd0d to
c3adba8
Compare
c3adba8 to
28b7445
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79808162 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D79808162 |
28b7445 to
9596cc7
Compare
9596cc7 to
1c43fdc
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79808162 |
baca2ea to
5e1a44f
Compare
3bfd9fc to
08217be
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79808162 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D79808162 |
80b6034 to
8f3e8f7
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79808162 |
|
This pull request was exported from Phabricator. Differential Revision: D79808162 |
8f3e8f7 to
29a4416
Compare
Summary: Pull Request resolved: facebook#53135 Our Codegenerated components are not generating code for `getDebugProps`. This change modifies Codegen to add those functions for all the codegen components. ## Changelog: [General][Added] - Added getDebugProps to codegen ## Facebook: `getDebugProps` are required by Fantom to write tests. However, we can't generate these function for third party components, because codegen can generate arbitrary structs and we don't have a generic `toString()` method that can be used or automatically generated by C++. By generating this function only for Core Components, we can ensure that we can write Fantom tests without breaking all the users of React Native. Differential Revision: D79805145 Reviewed By: rubennorte
Summary: Pull Request resolved: facebook#53140 As per title, this change adds the boilerplate code for a Fantom test on Modal ## Changelog: [Internal] - Differential Revision: D79805808 Reviewed By: andrewdacenko
29a4416 to
30fd733
Compare
Summary: Pull Request resolved: facebook#53141 Add Fantom tests for Modal.animationStyle prop ## Changelog: [Internal] - Reviewed By: andrewdacenko, rubennorte Differential Revision: D79808162
|
This pull request was exported from Phabricator. Differential Revision: D79808162 |
30fd733 to
89c9297
Compare
|
This pull request has been merged in 20c91f2. |
Summary:
Add Fantom tests for Modal.animationStyle prop
Changelog:
[Internal] -
Differential Revision: D79808162