-
Notifications
You must be signed in to change notification settings - Fork 734
Keyboard components - add docs #1984
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
@@ -0,0 +1,97 @@ | |||
{ | |||
"name": "KeyboardAccessoryView", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider adding 'api' to the file name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not mean to set you as reviewer, 10x :D
@@ -0,0 +1,50 @@ | |||
{ | |||
"name": "KeyboardRegistry", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider adding 'api' to the file name
"category": "keyboard", | ||
"description": "Used to add an inset when a keyboard is used and might hide part of the screen.", | ||
"notes": "This view is useful only for iOS.", | ||
"extends": ["KeyboardTracking"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extends KeyboardTrackingView
@@ -0,0 +1,37 @@ | |||
{ | |||
"name": "KeyboardTracking", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name: KeyboardTrackingView
@@ -0,0 +1,97 @@ | |||
{ | |||
"name": "KeyboardAccessoryView", | |||
"category": "keyboard", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extends: KeyboardTrackingView
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It technically does, but for the user it is not true (all KeyboardTrackingView
props are passed literally in the KeyboardAccessoryViewProps
and there's no extends
\ others
used).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right... I'm not sure why thought
lib/components/Keyboard/KeyboardInput/keyboardAccessoryView.api.json
Outdated
Show resolved
Hide resolved
Co-authored-by: Inbal Tish <[email protected]>
@M-i-k-e-l Approved. The build fails so merge when fixed |
* Keyboard components - add docs * Damn you copy-paste * Fix typo Co-authored-by: Inbal Tish <[email protected]> * Fix names Co-authored-by: Inbal Tish <[email protected]>
Description
Keyboard components - add docs
Changelog
Keyboard components - add docs