Skip to content

Conversation

@arpitBhalla
Copy link
Member

Pressing the title will now also trigger the action.## Motivation

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • Jest Unit Test
  • Checked with example app

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation using yarn docs-build-api
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Additional context

@codecov
Copy link

codecov bot commented Apr 27, 2022

Codecov Report

Merging #3480 (1f47678) into next (eca3f2e) will increase coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head 1f47678 differs from pull request most recent head 666497c. Consider uploading reports for the commit 666497c to get more accurate results

@@            Coverage Diff             @@
##             next    #3480      +/-   ##
==========================================
+ Coverage   78.51%   78.52%   +0.01%     
==========================================
  Files          87       87              
  Lines        1773     1774       +1     
  Branches      789      790       +1     
==========================================
+ Hits         1392     1393       +1     
  Misses        376      376              
  Partials        5        5              
Impacted Files Coverage Δ
packages/base/src/SpeedDial/SpeedDial.tsx 96.00% <ø> (ø)
packages/base/src/SpeedDial/SpeedDial.Action.tsx 100.00% <100.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@arpitBhalla arpitBhalla merged commit 6de7aa0 into react-native-elements:next Apr 27, 2022
@arpitBhalla arpitBhalla deleted the pressable-speed-dial-actions branch April 27, 2022 19:06
github-actions bot pushed a commit that referenced this pull request Apr 27, 2022
* fix(SpeedDial.Action): wrap with pressable

Pressing the title will now also trigger the action.

* update

Co-authored-by: juho.ylikyla <juho.ylikyla@congrid.fi>
github-actions bot pushed a commit that referenced this pull request Apr 27, 2022
* fix(SpeedDial.Action): wrap with pressable

Pressing the title will now also trigger the action.

* update

Co-authored-by: juho.ylikyla <juho.ylikyla@congrid.fi>
github-actions bot pushed a commit that referenced this pull request Apr 27, 2022
* fix(SpeedDial.Action): wrap with pressable

Pressing the title will now also trigger the action.

* update

Co-authored-by: juho.ylikyla <juho.ylikyla@congrid.fi>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants