Skip to content

Conversation

@arpitBhalla
Copy link
Member

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 Jul 31, 2022

Codecov Report

Merging #3601 (341dc2d) into next (4dc1c0f) will increase coverage by 0.36%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             next    #3601      +/-   ##
==========================================
+ Coverage   79.24%   79.61%   +0.36%     
==========================================
  Files          87       87              
  Lines        1812     1805       -7     
  Branches      796      799       +3     
==========================================
+ Hits         1436     1437       +1     
+ Misses        370      362       -8     
  Partials        6        6              
Impacted Files Coverage Δ
packages/base/src/Switch/Switch.tsx 100.00% <100.00%> (+29.62%) ⬆️

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

@arpitBhalla arpitBhalla changed the title example: add switch fix(Switch): Android throws an error when setting it to false Jul 31, 2022
@arpitBhalla arpitBhalla merged commit 1246628 into react-native-elements:next Jul 31, 2022
@arpitBhalla arpitBhalla deleted the example-fix branch July 31, 2022 19:26
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.

Switch component error "attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference"

1 participant