fix(TabView): iOS TabView issue by abhinav-official · Pull Request #3635 · react-native-elements/react-native-elements

Motivation

Fixes #3629
Continuous crash on interpolate animation when using TAB.
No dependencies required
A conditional check is added.

Fixes # (issue)
[TabView] iOS TabView issue #3629

Type of change

conditional check added which prevents crash on interpolate transitions.

  • Bug fix (non-breaking change which fixes an issue)

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
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes

Additional context