Mateus Bez Fontana
Results
2
comments of
Mateus Bez Fontana
I'm also having this issue using RN 0.57.8. It looks like it only happens when you have a decreasing outputRange, like [100, 0], or in OP's case, [0, -200]. It...
@kelset Yes. Here is a example tested on RN 58.1: ``` import React, { Component } from "react"; import { Animated, View, StyleSheet } from "react-native"; export default class Example...