Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display only warn if measure is called on RN side (software-mansion#2790
) ## Description I replaced the exception with a warning message in the `measure` function because if someone uses `measure` inside `useDerivedValue` the initial call is called on react native side. Fixes software-mansion#2779
- Loading branch information