diff --git a/js/NativeAnimationsExample.js b/js/NativeAnimationsExample.js index 983b0c9d290..5a6e5df55e8 100644 --- a/js/NativeAnimationsExample.js +++ b/js/NativeAnimationsExample.js @@ -429,6 +429,48 @@ exports.examples = [ ); }, }, + { + title: 'Multistage With Subtract', + render: function() { + return ( + + {anim => ( + + )} + + ); + }, + }, { title: 'Scale interpolation with clamping', render: function() {