mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 17:13:46 +08:00
Fix errors in preparation for v0.17.0
Reviewed By: @jeffmo Differential Revision: D2512681 fb-gh-sync-id: dedf465af43cf3c8839fa960c5f1a2c2648e4e1e
This commit is contained in:
committed by
facebook-github-bot-4
parent
f2bd983029
commit
08ec89d2e6
@@ -23,7 +23,7 @@ var flattenStyle = require('flattenStyle');
|
||||
var invariant = require('invariant');
|
||||
var requestAnimationFrame = require('requestAnimationFrame');
|
||||
|
||||
import type InterpolationConfigType from 'Interpolation';
|
||||
import type { InterpolationConfigType } from 'Interpolation';
|
||||
|
||||
type EndResult = {finished: bool};
|
||||
type EndCallback = (result: EndResult) => void;
|
||||
|
||||
@@ -24,7 +24,6 @@ var invariant = function(condition, message) {
|
||||
|
||||
type ExtrapolateType = 'extend' | 'identity' | 'clamp';
|
||||
|
||||
// $FlowFixMe D2163827
|
||||
export type InterpolationConfigType = {
|
||||
inputRange: Array<number>;
|
||||
outputRange: (Array<number> | Array<string>);
|
||||
|
||||
Reference in New Issue
Block a user