Pierre Wellner
Pierre Wellner
If we add a separate field it must also be added to Android, and the documentation would need to explain how both the new field and `altitude` are platform-dependent. If...
As a separate PR, perhaps we could also fix `altitude` on older iOS using something like [egm96-universal](/nicolas-van/egm96-universal)? But, this simple fix for current iOS would already be an improvement.
Thanks @mfazekas ! I was a bit confused by these instructions. Do you think this proposed change makes things more clear to someone just starting out?
Where should the changes be made? In the `maps` repo here? https://github.com/pwellner/maps/blob/main/plugin/install.md Or in the `maps-docs` repo here? https://github.com/pwellner/maps-docs/blob/main/docs/install.md
Contact me if you need a beacon to test this.
Note: This problem persists with or without `legacyScan: false` Could this issue be related to https://github.com/dotintent/MultiPlatformBleAdapter/issues/102 ?
Good news, Thanks. Let me know if there's anything I can do to help.
@EmmaZachara, Any update? I noticed this issue appears even with `v2.0.3` after upgrading to `expo 50.0.11` and `react-native 0.73.4`. I'll be glad to upgrade the example `ble-plx-scan-bug` repository if that...
More info: With `expo 50.0.11` and `react-native 0.73.4` on Android, the old `react-native-ble-plx 2.0.3 startDeviceScan()` is able to scan Eddystone beacons with `uuid = null`, but the new `react-native-ble-plx 3.1.2`...
@dominik-czupryna-withintent, would you consider accepting a PR to fix this bug? I would like to fix this if you or your colleagues are open to it. To get me started,...