-
Notifications
You must be signed in to change notification settings - Fork 735
Native lib reorder #3750
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
base: rn77-new-arch
Are you sure you want to change the base?
Native lib reorder #3750
Conversation
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 think the the following are only used in KeyboardAccessoryView
and should be placed under that folder: KeyboardRegistry
, CustomKeyboard
, TextInputKeyboardManager
as folders and KeyboardUtils
as KeyboardUtils.ts
lib/components/HighlighterOverlay/HighlighterOverlayView.web.tsx
Outdated
Show resolved
Hide resolved
@@ -2,6 +2,7 @@ | |||
"name": "KeyboardAccessoryView", | |||
"category": "infra", | |||
"description": "View that allows replacing the default keyboard with other components", | |||
"note": "This view is useful only for iOS", |
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.
This is used in Android as well
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.
Yes. See component description
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.
This is KeyboardAccessoryView
it is not only for iOS.
lib/components/Keyboard/KeyboardTrackingView/keyboardTrackingView.api.json
Show resolved
Hide resolved
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.
There's no need for a folder + index, it can be simplified to KeyboardUtils.ts
@@ -2,6 +2,7 @@ | |||
"name": "KeyboardAccessoryView", | |||
"category": "infra", | |||
"description": "View that allows replacing the default keyboard with other components", | |||
"note": "This view is useful only for iOS", |
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.
This is KeyboardAccessoryView
it is not only for iOS.
Description
Native lib reorder + bump version to 5.0.0
Changelog
Native lib reorder + bump version to 5.0.0
Additional info
RN77 new arc