Home > Back-end >  Add flashlight to ionic react project
Add flashlight to ionic react project

Time:10-29

Trying to add flashlight to ionic react project for a barcode scanner app, could not find any documentation whatsoever on implementing it in ionic react. Any links to sites with how to solve this would be great. The only documentation I can find is about using it in ionic angular Tried using cordova flashlight plugin but its not working requires angular/core

CodePudding user response:

had to install rjxs and ionic/core for it to work

CodePudding user response:

Always check the developer's github page, they're more documented than ionic.

  • Related