ldn0x7dc

Results 12 comments of ldn0x7dc

@StevenKing9 你好,这不是bug。一个doubleTap是由两个singleTap组成的。 可以使用onResponderSingleTapConfirmed来排除doubleTap的情况。

@StevenKing9 可以通过onResponderSingleTapConfirmed来获取单击事件,通过 `if (gestureState.doubleTapUp) {}`来获取双击事件

@BeckZero It's a rare but reasonable feature request, which is not available by now. If I managed to implement this feature later, I'll let you know. Pull request is welcome~

@fugitivers 你好,请检查xcode是否有如下报错: `App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.` 如果有的话,请修改info.plist相关设置(具体可通过百度搜索)。

@undef1ned Could you pls post your test device and your hls url here? I've just tested on a Galaxy S6 using "https://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/bipbop_4x3_variant.m3u8", which seems playing well.

@undef1ned The RN version is irrelevant. So what is the Android version of your LG G4? On some android 4.x devices, Exoplayer does not work well.

@undef1ned Well, I'll look into it. Your help is welcome to review my native exoplayer module!

@melihmucuk The above example contains two animation: 1. alpha animation for the bottom-left circle view 2. layout and alpha animation for the full-screen view( the image content inside remains still,...

@Cordazar Thank you! I'll let you know when this feature comes out.

@admc Sorry to say that I cannot reproduce the error above with same react-native version. But this could be a similar problem with the one mentioned in the [pull request](https://github.com/ldn0x7dc/react-native-gallery/pull/4)....