Federico Kattan

Results 1 comments of Federico Kattan

I added this code to RNBeacon.m; So far it works fine. ``` RCT_EXPORT_METHOD(requestStateForRegion:(NSDictionary *)dict) { [self.locationManager requestStateForRegion:[self convertDictToBeaconRegion:dict]]; } -(void)locationManager:(CLLocationManager *)manager didDetermineState:(CLRegionState)state forRegion:(nonnull CLRegion *)region { CLBeaconRegion *beaconRegion = (CLBeaconRegion...