Tiago Hellebrandt
Tiago Hellebrandt
same here
I solved the problem by creating another component, it also lets you put the sup tag on Android devices: https://github.com/TiagoHellebrandt/react-native-htmlviewer
Hi @lyngbach, Have you tried to create a `start` and `end` in the parent widget state and pass on prop to `TimeRangePicker`? with that the `onStartChange` and `onEndChange` can create...
I've done other tests here, if you update the `start` or `end` state the widget will not update at all, as the `start` or `end` is passed to the child...
However this is not ideal as it renders the entire widget.