Mobile: Resolves #4588: Make sync icon spin in the right direction (#5275)

pull/5276/head
Lee Matos 2021-08-08 13:41:28 -04:00 committed by GitHub
parent 071e1649bc
commit f90885709c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class SideMenuContentComponent extends Component {
this.syncIconRotationValue = new Animated.Value(0);
this.syncIconRotation = this.syncIconRotationValue.interpolate({
inputRange: [0, 1],
outputRange: ['360deg', '0deg'],
outputRange: ['0deg', '360deg'],
});
}