Alan Toa

Results 105 comments of Alan Toa

Also getting this issue.

Good idea, you can follow this library [react-native-video-player](https://github.com/alantoa/react-native-video-player), I will add later.

I use`react-native-tab-view` v3 is depend on this, same issue! I hope solve this problem. I guess it's because of the async between the `JavaScript thread` and `Main Thread`. If you...

@benazir46 why does not work with Expo? maybe you can refer to our [project](https://github.com/showtime-xyz/showtime-frontend).

Hi, you can try [react-native-auto-height-fast-image2](https://www.npmjs.com/package/react-native-auto-height-fast-image2), I repalce default replace to [react-native-fast-image](https://github.com/DylanVann/react-native-fast-image), support cache control.

@pierroo You don't need this lib anymore, there are better solutions now. ```jsx import FastImage from "react-native-fast-image" const AutoHeightImage = React.memo(function AutoHeightImage ({ width, ...props }: ImageProps) { const [state,...

> @alantoa Quite amazing, it actually works perfectly, thank you so much! :) You're welcome!

@teowks000 Hi, you can try [`react-native-awesome-slider`](https://github.com/alantoa/react-native-awesome-slider). Automatic clamp value, slider total value it comes from the sum of the maximum and the minimum, slider value always between the maximum and...