Hi,
I have implemented flashlight feature for iOS and its working fine on device. But when I try to commit code in branch it gives error- Can not resolve module “react-native-torch”.
I have added this lib in package.json and using it in .native file.
Any solution?
Yes I already did, that why it’s working on iOS device.
Added below line in pod file
pod ‘react-native-torch’, :path => ‘…/node_modules/react-native-torch’