react-native-elements icon indicating copy to clipboard operation
react-native-elements copied to clipboard

fix: infinite call to update theme on ThemeProvider

Open jeferson-sb opened this issue 2 years ago • 1 comments

Motivation

Fixes #3843

Type of change

  • [x] 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
  • [x] 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

jeferson-sb avatar Oct 14 '23 00:10 jeferson-sb

I've tried your PR but unfortunately it doesn't fix the issue for me.

darkbasic avatar Nov 16 '23 17:11 darkbasic