Ivan Kalinin

Results 19 comments of Ivan Kalinin

Resolved by adding new prop on native level which handled in onLoadResource callback ```js ``` ```patch diff --git a/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebView.java b/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebView.java index 6664b6f..6cb9a28 100644 --- a/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebView.java +++ b/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebView.java @@ -46,6 +46,8...

The point is that marginRight ```js marginRight: index === data.length - 1 ? -16 : 0, ``` doesn't affect component anyhow. And if I set up marginLeft only for first...

cc @dohooo maybe you have any clues, thank you!

> I want it to snap from both sides and deactive cards should show from both of the sides. I've partially solved it by prop ```overscrollEnabled={false}```, but I needed to...

@ahsan-ey-k I mean try to play around with your width, and review your renderItem style of item

same issue, `play` prop is useless in last release @LonelyCpp dirty workaround for now (use patch-package) ```js diff --git a/node_modules/react-native-youtube-iframe/lib/commonjs/YoutubeIframe.js b/node_modules/react-native-youtube-iframe/lib/commonjs/YoutubeIframe.js index 0be2dad..efcd06d 100644 --- a/node_modules/react-native-youtube-iframe/lib/commonjs/YoutubeIframe.js +++ b/node_modules/react-native-youtube-iframe/lib/commonjs/YoutubeIframe.js @@ -55,6...