mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-12 03:35:30 +08:00
Reverted commit D3518381
Reviewed By: gabelevi Differential Revision: D3518381 fbshipit-source-id: 645c25191d5e7cff7689bd4dc583c478eba46496
This commit is contained in:
committed by
Facebook Github Bot 9
parent
21e997a416
commit
0fde81c816
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user