constelation / monorepo

Mono repo for constelation's Components, functions, and CONSTANTS
https://constelation.github.io/monorepo/
MIT License
12 stars 3 forks source link

Passing style props to Animated.View throws warning #11

Closed thomasbruketta closed 7 years ago

thomasbruketta commented 7 years ago

When creating an Animated view like so:

const AnimatedView = Animated.createAnimatedComponent(View);
...
<AnimatedView
    position='absolute'
    overflow='hidden'
    top={80}
>

The following warnings are thrown: https://cl.ly/3T111D02070d

screen shot 2016-11-16 at 10 22 58 pm
thomasbruketta commented 7 years ago

Not a huge issue since its just a warning but it seriously clutters up the console. Maybe we just find a way to suppress the warning.

kylpo commented 7 years ago

Think we discovered this is only when using React Native's View, not Constelation's. Closing...