frostney / react-native-ibeacon

:satellite: iBeacon support for React Native
MIT License
375 stars 54 forks source link

regionDidExit not firing during Ranging #62

Open gambu94 opened 4 years ago

gambu94 commented 4 years ago

Version

0.6.0

OS

iOS latest

Steps to reproduce

  1. start Monitoring and after start Ranging on the same region.

Expected behavior

We expect that regionDidExit fires after 30 seconds we went out of region. ( This works well if we don't start Ranging )

Actual behavior

What is happening regionDidExit event not fires.