Reverted commit D3518381

Reviewed By: gabelevi

Differential Revision: D3518381

fbshipit-source-id: 645c25191d5e7cff7689bd4dc583c478eba46496
This commit is contained in:
Ian Childs
2016-07-06 09:28:47 -07:00
committed by Facebook Github Bot 9
parent 21e997a416
commit 0fde81c816
11 changed files with 18 additions and 37 deletions

View File

@@ -222,7 +222,7 @@ class ExampleScene extends Component {
const width = layout.initWidth;
const translateX = position.interpolate({
inputRange,
outputRange: ([width, 0, -10]: Array<number>),
outputRange: [width, 0, -10],
});
return {