Results 5 comments of Cooper.L

```javascript function randomArr(count, min, max, arr = []) { if (arr.length === count) return arr let randomNumber = ~~(Math.random() * (max - min + 1) + min) return randomArr(count, min,...

[#174](https://github.com/hieuvp/react-native-fingerprint-scanner/issues/174#issuecomment-985366819)

我也需要这个功能,什么时候可以合并呢

eros-yanxuan\config\eros.native.js 加ip试一下 ``` url': { 'image': 'https://lev-inf.benmu-health.com/test/xxx', 'bundleUpdate': 'http://localhosts:3001/app/check', // 在这里添加 socketServer 请将 ip 地址改为你电脑真实的地址,注意如果是 dhcp 分配的地址会发生变化 'socketServer': 'ws://192.168.1.23:8890', // 指定访问服务地址 'jsServer': "http://192.168.1.23:8889" }` ```

是的,header处无法滑动,标签页可以往上滑动,最近又没有出现,等下次出现再上传视频