## 🐛 Bug Report The spring interpolation is a bit jumpy at the end of the animation. Only on Android (looks okay on iOS). ### Have you read the [Contributing Guidelines on issues](https://wix.github.io/react-native-navigation/docs/meta-contributing/)? Yes. ## To Reproduce 1. Clone [this repo ](https://github.com/nelsonprsousa/rnn-testing/tree/set-spring-bug) 2. Go to `set-spring-bug` branch 2. yarn 3. yarn android ## Expected behavior The animation should happens like in iOS (it is a little bit jumpy in Android). ## Actual Behavior Looks like there are a pixel left to animate Here's the iOS and Android animation: https://user-images.githubusercontent.com/8364345/111888416-2dd5f200-89d4-11eb-8eff-45f453c1eed8.mov ## Your Environment - React Native Navigation version: 7.8.4 - React Native version: 0.63.4 - Platform(s) (iOS, Android, or both?): Android ## Reproducible Demo 1. Clone [this repo ](https://github.com/nelsonprsousa/rnn-testing/tree/set-spring-bug) 2. Go to `set-spring-bug` branch