Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TypeError: 'viewTag' is read-only on Animated.createAnimatedCompo…
…nent(FlashList) (#3934) ## Summary Fixes #3933. `viewTag` is declared as `const` but for FlashList component we overwrite it afterwards. However, this doesn't trigger an error since there is a `// @ts-ignore` in the previous line.
- Loading branch information