react-native-beacons-manager
react-native-beacons-manager copied to clipboard
JSON value '<null>' of type NSNull cannot be converted to NSString
Version
1.0.7
Platform
iOS
OS version
iOS 10
Steps to reproduce
- Install library
- react-native link
- define region with region: { uuid: null, identifier: 'bleco' }
- 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 '
Solution?