Page MenuHomePhabricator

[native] Add note about kbInitialProps styles
ClosedPublic

Authored by bartek on Feb 3 2023, 1:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 30 2024, 5:58 AM
Unknown Object (File)
Oct 30 2024, 5:58 AM
Unknown Object (File)
Oct 30 2024, 5:58 AM
Unknown Object (File)
Oct 30 2024, 5:58 AM
Unknown Object (File)
Oct 30 2024, 5:53 AM
Unknown Object (File)
Oct 28 2024, 7:02 PM
Unknown Object (File)
Sep 30 2024, 3:21 AM
Unknown Object (File)
Sep 30 2024, 3:21 AM
Subscribers

Details

Summary

Follow up https://phab.comm.dev/D6556?id=21940#inline-43588
This style wasn't used anywhere and I couldn't find anything useful in git history.

Update (see comments below):
It turns out that it is used by react-native-keyboard-input so I added a comment

Depends on D6556

Test Plan

N/A - just added a comment.
Flow and ESLint don't complain.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek requested review of this revision.Feb 3 2023, 1:22 PM
This revision now requires changes to proceed.Feb 3 2023, 4:01 PM

Oh ok, I didn't know that! Maybe it's worth adding a short comment explaining that it's needed by the library and make it less mysterious

Yeah, good call... we should add a comment, sorry I didn't do that originally

bartek retitled this revision from [native] Remove unused kbInitialProps styles to [native] Add note about kbInitialProps styles.Feb 13 2023, 8:03 AM
bartek edited the summary of this revision. (Show Details)
bartek edited the test plan for this revision. (Show Details)
  • Reverted style deletions
  • Added a short note explaining where this style is used
native/keyboard/keyboard-input-host.react.js
97 ↗(On Diff #22468)

Do we have a way of dealing with URLs longer than 80 chars?

ashoat added inline comments.
native/keyboard/keyboard-input-host.react.js
97 ↗(On Diff #22468)

Nah this is fine

This revision is now accepted and ready to land.Feb 13 2023, 9:23 AM