Testing import script
Summary: Closes https://github.com/facebook/react-native/pull/2622 Reviewed By: @trunkagent, @svcscm Differential Revision: D2427801 Pulled By: @vjeux
This commit is contained in:
parent
69d42f6fa6
commit
be966f5a25
|
@ -149,4 +149,6 @@ class Easing {
|
|||
|
||||
var ease = Easing.bezier(0.42, 0, 1, 1);
|
||||
|
||||
|
||||
|
||||
module.exports = Easing;
|
||||
|
|
Loading…
Reference in New Issue