shuo-hiwintech

Results 12 comments of shuo-hiwintech

> Fixed header overflow. Still need to set height. > > ```ts > const ScrollArea = React.forwardRef< > React.ElementRef, > React.ComponentPropsWithoutRef & { > disableScrollbar?: boolean > } > >(({...

Finalized X,Y axis scrolling and header fixation(I hope this helps those in the back): ![image](https://github.com/shadcn-ui/ui/assets/166351496/468488a1-6e2e-44a3-8c14-e09db350cc2f) ![image](https://github.com/shadcn-ui/ui/assets/166351496/fadb7c2b-5168-4da3-8d39-9c5696ae365a)

I'm currently using moment and so far he's working fine.

> 以防万一有人在 Android 上遇到完全相同的问题(就像我刚才遇到的):这是由于`react-native-vector-icons`设置中缺少一个步骤(请参阅https://github.com/oblador/react-native-vector-icons),特别是添加`apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle")`到 android/app/build.gradle - 至少对我来说它解决了我的问题 Thanks bro, I did overlook that step too hh

> 嗨,首先我在整个库中遇到问题,现在我正在指定如何。 首先,当您使用 Geolocation.getCurrentPosition() 并设置像 {enableHighAccuracy: true, timeout: 10000, } 表示enableHighAccuracy: true 那么它在 android 和 ios 的模拟器中都可以很好地工作,但是在真正的 android 设备中它不会' t。它给出错误而不是正常工作。 如果您给出enableHighAccuracy:false,那么在模拟器上它不会给出正确的位置,它会在真实设备上给出错误或近似的位置,它可以工作,但同样的问题没有给出正确或准确的位置,那么我们如何使用它我陷入困境,因为我正在开发食品配送应用程序,但这个图书馆没有给我结果,请尽快帮助我。 Hi, did you solve it?

> 嘿,你可以使用[example/src/configs/BackgroundLocationUpdates.tsx](https://github.com/michalchudziak/react-native-geolocation/blob/master/example/src/configs/BackgroundLocationUpdates.tsx)`react-native-background-timer`来做到这一点 [](https://github.com/michalchudziak/react-native-geolocation/blob/master/example/src/configs/BackgroundLocationUpdates.tsx) HI, can you please tell me if this example works in both android and ios?

> @farhoudshapouran我也可以在这里重现它。 当您的日期值也设置了一些时间并且它在您当前的时区中变成了新的一天时,就会发生这种情况。 > > 我不确定@tr2cky和@Senninseyi但在我的例子中,这是因为有另一个输入控制值的时间部分,而日历仅控制日期部分。 > > 例如:我当前的时区是 GMT - 3,并且我当前的日期值也设置了晚上 8 点的时间。在这种情况下,如果我打开日历并开始选择日期,则不会发生该问题。 但如果我的时间设置为晚上 9 点或更晚,就会开始出现问题。 > > 屏幕录制.2024-07-10.at.12.04.42.PM.mov Have you solved this yet? When I my app exists...