React.initializeTouchEvents(true) Not Working

Using React & Meteor, React.initializeTouchEvents(true) doesn’t seem to work.

After doing “React.initializeTouchEvents(true)” in startup,

onTouchTap events do not work. Did anyone have any success with it?

Do you have an example app that reproduces the issue? It’s hard to tell what the problem is from this description.