Amer Lotfi Orimi

Results 30 comments of Amer Lotfi Orimi

Hi dear @byeokim, what should I add to the header? ```xml

Dear @razorRun, I test **mkv** and **mkv x265** format and both of them work on Android VLC. one thing I forgot to say. I run a local apache server and...

Dear @Shabnam-Veranloo, please wait a while, I'm working on native side of this library and as soon as possible I will release a new react native video player with many...

Dear @shadow-engie, in **Android** you can use `onBuffering` callback and get the `bufferRate` from the passed object: ```javascript { console.log(bufferRate)}} /> ``` When it reaches the **`100`** then you can...

Unfortunately, @razorRun does not attend to his contributors.

@razorRun, Did you see this issue yet?

@cyril94440, leave this library, I created a player from scratch, you can check it on [this link](https://github.com/iran-react-community/react-native-ir-player/tree/init-vlckit-ios-swift). I built this library from scratch without any kind of forking, I started...

I have got the same issue, and really I don't like to downgrade anything. still I'm seeking for a solution. @jaredpalmer, Could you take a look please?

It happens because of the following code: ```javascript if (!avoidKeyboardLikeIOS && !adjustToContentHeight) { keyboardAvoidingViewProps.onLayout = handleModalizeContentLayout; } ``` And the `handleModalizeContentLayout` has an unhandled promise rejection ```javascript const handleModalizeContentLayout =...