nishan (o^▽^o)
nishan (o^▽^o)
Sorry for the delay everyone, I just got a chance to analyse the issue. Here are some findings. - A Modal View controller is presented using [reactViewController](https://github.com/facebook/react-native/blob/main/React/Views/RCTModalHostViewManager.m#L81) which is a...
@carloslibardo i pushed a few changes to the PR. Can you try your usecase again?
Posting here in case someone is curious how to auto detect the extension for the audio file. ```js const videoID = await ytdl.getVideoID( "https://www.youtube.com/watch?v=H14bBuluwB8" ); let info = await ytdl.getInfo(videoID);...
cc - @NickGerleman Thanks for reviewing. fyi two more PRs are there - https://github.com/facebook/react-native/pull/43193 https://github.com/facebook/react-native/pull/43191 🙏
yeah! this [PR](https://github.com/intergalacticspacehighway/react-native-responsive-query/pull/14) uses `className` instead of `dataSet`. Will be merging it soon.
Hi @FadiAboMsalam i can look into, can you share a minimal repro with the carousel? > Flatlist component due to horizontal issue when paginating on RTL Didn't know about it....
Thanks for the PR @Navipro70 ❤️ I'll try it out soon. Will update.
Weird, I can look into this. Can you confirm first if you are using [this approach](https://github.com/intergalacticspacehighway/react-native-reanimated-zoom#with-flatlist-or-scrollview) to make it work with FlatList?
Thanks for the suggestions! Just pushed a fix in 0.1.4. https://github.com/intergalacticspacehighway/react-native-reanimated-zoom/pull/7. Can you try and let me know if it works as expected?
Closing as it's solved in 0.2.0. Let me know if you still face any issues.