mirror of
https://github.com/status-im/react-native.git
synced 2025-02-05 14:13:26 +00: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:
parent
f2bd983029
commit
08ec89d2e6
@ -23,7 +23,7 @@ var flattenStyle = require('flattenStyle');
|
|||||||
var invariant = require('invariant');
|
var invariant = require('invariant');
|
||||||
var requestAnimationFrame = require('requestAnimationFrame');
|
var requestAnimationFrame = require('requestAnimationFrame');
|
||||||
|
|
||||||
import type InterpolationConfigType from 'Interpolation';
|
import type { InterpolationConfigType } from 'Interpolation';
|
||||||
|
|
||||||
type EndResult = {finished: bool};
|
type EndResult = {finished: bool};
|
||||||
type EndCallback = (result: EndResult) => void;
|
type EndCallback = (result: EndResult) => void;
|
||||||
|
@ -24,7 +24,6 @@ var invariant = function(condition, message) {
|
|||||||
|
|
||||||
type ExtrapolateType = 'extend' | 'identity' | 'clamp';
|
type ExtrapolateType = 'extend' | 'identity' | 'clamp';
|
||||||
|
|
||||||
// $FlowFixMe D2163827
|
|
||||||
export type InterpolationConfigType = {
|
export type InterpolationConfigType = {
|
||||||
inputRange: Array<number>;
|
inputRange: Array<number>;
|
||||||
outputRange: (Array<number> | Array<string>);
|
outputRange: (Array<number> | Array<string>);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user