UNPKG

react-native-mock-tmp-build

Version:

A fully mocked and test-friendly version of react native

11 lines (9 loc) 209 B
/** * https://github.com/facebook/react-native/blob/master/Libraries/Animated/src/Interpolation.js */ class Interpolation { static create(config) { // TODO(lmr): } } module.exports = Interpolation;