Sem

Results 1 comments of Sem

Adding a check if the proximityUUID property exists seems to have fixed it. File RNBeacon.m, updated last part to: ``` -(void)locationManager:(CLLocationManager *)manager didEnterRegion:(CLBeaconRegion *)region { if (! [region respondsToSelector:@selector(proximityUUID)]) {...