Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle progress being infinite (#740)
## 📜 Description Add a numerical safety test to keyboard animation progress ## 💡 Motivation and Context It solves a random crash in production where progress is infinite Fixes #739 #737 #735 ## 📢 Changelog ### Android - added `isInfinite` check along with `isNaN`; ## 🤔 How Has This Been Tested? Releasing it to production via a patch package the error report disappeared ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
- Loading branch information