chore: migrate typealias to interface by arpitBhalla · Pull Request #3374 · react-native-elements/react-native-elements

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@arpitBhalla

Copy link

Member

@arpitBhalla arpitBhalla commented

Feb 26, 2022

edited

Loading

Motivation

Type alias can't be merged, so revered back type to interface in Prop def

@codecov

Copy link

codecov bot commented

Feb 26, 2022

edited

Loading

Codecov Report

Merging #3374 (142dc52) into next (323e22c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next    #3374   +/-   ##
=======================================
  Coverage   78.88%   78.88%           
=======================================
  Files          89       89           
  Lines        1733     1733           
  Branches      761      761           
=======================================
  Hits         1367     1367           
  Misses        361      361           
  Partials        5        5           
Impacted Files Coverage Δ
packages/base/src/AirbnbRating/AirbnbRating.tsx 66.66% <ø> (ø)
packages/base/src/Avatar/Avatar.Accessory.tsx 100.00% <ø> (ø)
packages/base/src/Avatar/Avatar.tsx 97.22% <ø> (ø)
packages/base/src/Badge/Badge.tsx 100.00% <ø> (ø)
packages/base/src/BottomSheet/BottomSheet.tsx 100.00% <ø> (ø)
packages/base/src/ButtonGroup/ButtonGroup.tsx 96.66% <ø> (ø)
packages/base/src/Card/Card.Divider.tsx 100.00% <ø> (ø)
packages/base/src/Card/Card.FeaturedSubtitle.tsx 100.00% <ø> (ø)
packages/base/src/Card/Card.FeaturedTitle.tsx 100.00% <ø> (ø)
packages/base/src/Card/Card.Image.tsx 100.00% <ø> (ø)
... and 47 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 24b047c...142dc52. Read the comment docs.

@arpitBhalla arpitBhalla merged commit 5b34d6c into react-native-elements:next

Feb 26, 2022

@arpitBhalla arpitBhalla deleted the interface branch

February 26, 2022 17:51

github-actions bot pushed a commit that referenced this pull request

Feb 26, 2022

github-actions bot pushed a commit that referenced this pull request

Feb 26, 2022

github-actions bot pushed a commit that referenced this pull request

Feb 26, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@arpitBhalla