-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
refactor: address some deprecations warnings take 1/n #1804
Closed
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
b6a896f
fix: use `verticalAlign` instead of `textAlignVertical`
ecreeth 5afa787
fix: use `role` instead of `accessibilityRole`
ecreeth 8abf93f
fix: use `aria-label` instead of `accessibilityLabel`
ecreeth 4862fd5
fix(UserBanner): [expo-image]: Prop "resizeMode" is deprecated, use "…
ecreeth a000311
fix: don't set `accessibilityRole` and `role` the same time
ecreeth 361fd26
fix: remove duplicated `accessibilityLabel` in `TextInput`
ecreeth 66d5a44
fix: removed duplicarted `accessibilityRole` props
ecreeth 82821dd
fix(bottom-bar): `btn` not getting the role and `aria-label` prop
ecreeth 72e00e8
fix: removed `accessibilityRole` props
ecreeth 1338567
fix: use `id` instead of `testID` for `UserBanner` expo-image use to …
ecreeth cfd2e46
chore: removed `accessibilityLabel`
ecreeth 8b21a82
fix: some component props handling `accessibilityLabel` as prop
ecreeth 916ee96
Merge remote-tracking branch 'origin/main' into fix-deprecations
ecreeth de7a14d
refactor: use `enterKeyHint` instead of `returnKeyType`
ecreeth e41d619
refactor: use `role` instead of `accessibilityRole`
ecreeth 692ab93
refactor: removed todo
ecreeth df60a61
refactor: don't set duplicates`accessibilityLabel` props
ecreeth 874c9d4
refactor: don't add props that weren't used before
ecreeth 9f88bda
chore: removed unused todo
ecreeth 9c7978c
refactor: use `id` instead of `nativeId`
ecreeth 3eba61b
refactor: move `pointerEvents` prop to pointerEvents style
ecreeth c9047e6
refactor: replaced `accessibilityLabelledBy` with `aria-labelledby`
ecreeth 8d3d004
Merge branch 'main' into fix-deprecations
ecreeth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 added automatically by
lint-staged