fix(iOS): fix rendering RCTRedBoxExtraData#43102
Conversation
|
Could you clarify what broke and how this fixes it? |
|
@lunaleaps This PR brings back the missing buttons by fixing the |
|
@lunaleaps |
|
@krozniata could you show me when this appears with an example? like the bug |
cipolleschi
left a comment
There was a problem hiding this comment.
Thank you so much for this changes and for your patience.
This PR slipped from me until today.
|
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
@cipolleschi merged this pull request in c9d589d. |
|
This pull request was successfully merged by @krozniata in c9d589d. When will my fix make it into a release? | How to file a pick request? |
Summary:
This PR fixes rendering of
RCTRedBoxExtraDataI noticed that it wasn't displaying the
reloadanddismissbuttons, which made it impossible to close modal and to reload JS on e.g.visionOS(oniOSit could only be closed by swiping).PR adds these buttons back and also introduces some refactoring
Before & After:
Changelog:
[IOS] [FIXED] - Fix rendering
RCTRedBoxExtraDataTest Plan:
Make sure that
RCTRedBoxExtraDatadisplays and works as expected