3

I want to use the React DnD library and I want to support desktop and mobile. How can I switch the back end to HTML 5 or Touch at runtime?

Ian Warburton
  • 15,170
  • 23
  • 107
  • 189

1 Answers1

2

Try to use this one https://www.npmjs.com/package/react-dnd-multi-backend. This stuff can help you use different DND backends depending on an environment where you use it.

Polski Max
  • 66
  • 2