react-native-beacons-manager icon indicating copy to clipboard operation
react-native-beacons-manager copied to clipboard

JSON value '<null>' of type NSNull cannot be converted to NSString

Open divye11 opened this issue 6 years ago • 1 comments

Version

1.0.7

Platform

iOS

OS version

iOS 10

Steps to reproduce

  1. Install library
  2. react-native link
  3. define region with region: { uuid: null, identifier: 'bleco' }
  4. monitor for beacons

Expected behavior

should monitor for any beacon region and send regionDidEnter/regionDidExit event with uuid: null

Actual behavior

I get JSON value '' of type NSNull cannot be converted to NSString error

divye11 avatar Apr 18 '18 15:04 divye11

Solution?

AndreaGiulianini avatar Jan 21 '20 16:01 AndreaGiulianini