ekoooo
ekoooo
## Environment ```text "react-native": "0.64.1", "react-native-pager-view": "^6.0.0-rc.0", "react-native-reanimated": "^2.2.2", ``` ```text System: OS: macOS 10.15.4 CPU: (8) x64 Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz Memory: 246.67 MB / 16.00 GB...
bug code from https://github.com/Driversnote-Dev/react-native-kontaktio/blob/ce932cb127f505a939dea59882269ef292abf842/index.ts#L142-L143 fix code ```ts const stopRangingBeaconsInAllRegions: () => Promise = KontaktModule.stopRangingBeaconsInAllRegions; ``` Finally, thanks for providing this library.
When img tag src attribute is empty, if current page URL contains hash symbol, the value of `image.src` and `window.location.href` are not equal.
获取音频开关状态 `TTLockClient.getDefault().getMuteModeState` 方法成功回调 `onGetMuteModeStateSuccess(boolean enabled)`,但是 `enabled` 值和实际相反,有声音 `enabled` 为 `false`,没有声音 `enabled` 值为 `true`. 同样,设置音频开关状态 `TTLockClient.getDefault().setMuteMode` 第一个参数 `boolean enable` 传入 `true` 实际效果是关闭音频,`false` 为开启音频。官网文档备注为 `enable true – on, false – off`,和实际相反?