extonec
Results
1
comments of
extonec
``` javascript import React, {Component} from 'react'; import injectTapEventPlugin from 'react-tap-event-plugin'; class App extends Component { componentWillMount() { injectTapEventPlugin(); } render() {...}; } ```