Brian H
Results
2
comments of
Brian H
@johnsonsu thank you for this package 🙌 I'm having the same issue, so took a stab at it in #127. I'm a native noob so all feedback is welcome. Can...
Another option is to override the translations happening. For example, I was using `slideInDown` which just animates `translateY` by -100 (see [here](https://github.com/oblador/react-native-animatable/blob/d9cbb610a0ba530cad66ea8d346505271b1daed8/definitions/sliding-entrances.js#L12)) so I replaced it with a custom animation...