Réan Guillaume
Réan Guillaume
### Description Popover lets interact with UI outside/behind of it without closing ### Problem Statement I need to scroll when the popover is open, because i use it with an...
Hi, I've upgrade to the last version (0.15 to 0.17) in my project, and after upgrade it with breaking changes, i didn't succeed to make it work with nativeBase's icons.....
Hello, I've just installed your plugin and i don't see any update for RTK Queries. Is it already supported? I can monitor the requests on the react-native-web side with the...
Error Message : Require cycle: node_modules/react-native-fbads/dist/lib/index.js -> node_modules/react-native-fbads/dist/lib/native-ads/withNativeAd.js -> node_modules/react-native-fbads/dist/lib/index.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. Am...
Hi Andy, In a react native project, i import latest intl (1.2.5) package : ``` Intl = require('intl'); require('intl/locale-data/jsonp/en.js'); ``` and use it like this : ```new Intl.DateTimeFormat('en', { weekday:...
Hi all question for you :) Is there a way in this lib to change the currentItem when enableSnap=false ? Because if i scroll to my list near the tenth...