eslint-plugin-reanimated icon indicating copy to clipboard operation
eslint-plugin-reanimated copied to clipboard

Results 3 eslint-plugin-reanimated issues
Sort by recently updated
recently updated
newest added

Fixes #24 Adds new `no-shared-value-coercion` rule to catch cases where you forgot to add `.value` and shared value is implicitly coerced to boolean/string

I just ran into this not being a type error: ``` useAnimatedStyle(() => ({ width: `${someSharedValue}%` })) ``` But clearly I meant `someSharedValue.value` So seems like a type-aware ESLint rule...

Like array destructuring, Intl module and so on. spread operator