Created
August 10, 2016 14:29
-
-
Save jacob414/89a8e3c12f71a2fc96bbb0f824dd78fa to your computer and use it in GitHub Desktop.
Define inject-tap once
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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