Rohit687
Rohit687
Hello team, I got the solution Please use for android Beacons.startRangingBeaconsInRegion('Estimotes', '8492E75F-4FD6-469D-B132-043FE94921D8') instead of const region = { identifier: 'Estimotes', uuid: '8492E75F-4FD6-469D-B132-043FE94921D8' }; await Beacons.startRangingBeaconsInRegion(region)
> I finally figured out how to make it work after several test. > > **my react and react native version:** > > ``` > "react": "16.9.0", > "react-native": "0.61.5",...
> Hi @rohitmodi12, how you can solve `TypeError: Cannot read property 'transformFile' of undefined`issue? i'm facing this problem right now > > i'm using react-native 0.59.8 > > thanks Hello,...