Skip to content

Instantly share code, notes, and snippets.

@jacob414
Created August 10, 2016 14:29
Show Gist options
  • Save jacob414/89a8e3c12f71a2fc96bbb0f824dd78fa to your computer and use it in GitHub Desktop.
Save jacob414/89a8e3c12f71a2fc96bbb0f824dd78fa to your computer and use it in GitHub Desktop.
Define inject-tap once
import injectTapEventPlugin from ‘react-tap-event-plugin’;
const tapInitOnce = once(() => injectTapEventPlugin());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment