Hadi Houssainy

Results 6 comments of Hadi Houssainy

``` inputContainer: { - flexDirection: 'row', + flexDirection: I18nManager.isRTL ? 'row-reverse' : 'row', alignItems: 'center', }, inside /node_modules/react-native-paper-dates/src/Time/TimePicker.tsx ####################################### getMinuteNumbers(size: number, count: number) { return Array(12) .fill(true) .map(() => {...

don't forget to import `I18nManager` from `react-native` in each file

@nervouscat did you solve this?

I should've mentioned that I tested with different content, and got same issue.

I suspected a synchronization issue too, but I'm testing on the same host (running the server in WSL and accessing the live stream using gpac within WSL), correct me if...

Not sure if this help, I tried to comment out the error @ cmd/livesim2/app/livesegment.go line 99 ```return newErrTooEarly(int(math.Round((availTimeS - nowS) * 1000.0)))``` it works, but since this content is not...