animated
Version:
Declarative Animations Library for React and React Native
23 lines (9 loc) • 293 B
JavaScript
;
var InteractionManager={
current:{
createInteractionHandle:function createInteractionHandle(){},
clearInteractionHandle:function clearInteractionHandle(){}},
inject:function inject(manager){
InteractionManager.current=manager;
}};
module.exports=InteractionManager;