驴割肠

Results 6 comments of 驴割肠

> RN 0.70 is out, I don't know how this is affected. I use in RN0.70 also reproduces this problem

This is my solution: @ethanshar @evg1n ```javascript import { View, Text, Colors} from 'react-native-ui-lib' console.info('Home outside: ', Colors.customColor); // **undefined** const Home = (props) => { console.info('Home inside: ', Colors.customColor);...

自己实现 https://stackoverflow.com/questions/26757452/laravel-eloquent-accessing-properties-and-dynamic-table-names

![QQ_1732999881063](https://github.com/user-attachments/assets/46063c75-02b9-4621-b84e-12df47627cf3) I reviewed the source code and found that the `mirrorFrontCamera` parameter is **`not being used`**. Therefore, setting the mirrorFrontCamera parameter has no effect. ![QQ_1733000521517](https://github.com/user-attachments/assets/cf421586-b6d5-4ebb-9bcf-d79460832271) According to the documentation, the...

> 6.0.2 版本增加了对 `isMultipleAdvertisementSupport` 的判断,根据官方文档的描述,需要检查此属性来判断设备是否支持 LE 广播,参考 https://developer.android.com/reference/android/bluetooth/BluetoothAdapter#getBluetoothLeAdvertiser() > > 从你的截图来看这个设备不支持 Multiple Advertisement, 因此会显示不支持状态。 > > 你可以尝试切换到 6.0.1 分支来测试一下。 我切换到bluetooth_low_energy_android: ^6.0.1,可以作为外围模式并被其他手机设备扫描到了,我再研究研究下 谢谢大佬🙏

@jarmywang 页面级别json配置"componentFramework": "exparser" webview渲染,真机上也无法滑动,跟上述那位老哥一样 ![IMG_6258](https://github.com/Tencent/tdesign-miniprogram/assets/67944641/069d1608-01d1-4257-9c41-7c36c26bb31b)