superseriouscompany / mayte

Mayte Client
0 stars 0 forks source link

Bb.style #70

Closed benjaminben closed 6 years ago

benjaminben commented 6 years ago

Ultimately we'll make the wiggling use useNativeDriver, but I need to change the whole reordering interaction to animate translateX and translateY values instead of left and top, which proposes some issues due to no transformOrigin property in RN CSS. Unfortunately useNativeDriver is an all or nothing situation, and it can't be applied to to left / top. This is a temporary solution that I think will get us through Sunday, feel free to scope it out and make mods if you feel feelings about it.

Thanks for the really good idea :))

neilsarkar commented 6 years ago

One last thing about the separate branches: it makes commit history more readable. If we're trying to pinpoint an issue by looking at the history it's going to be hard for us to remember what each successive bb.style merge commit did