Vincent Dave Te
Vincent Dave Te
I wanted to show 3 items in swipper so I adjusted na viewportFraction/itemWidth to .6 but does not seem to work. Just wanted to show 3 items like the default...
I'm trying to implement recaptcha but keep getting errors _cannot read properties of undefined (reading 'postMessage')_ ``` import WebView from 'react-native-webview'; const getWebviewContent = () => { var originalForm =...
Is there a way to control the animation or make it appear programmatically?
I'm using react-native with expo, jest-fetch-mock and graphql. When calling the api Im getting error × return user feed query (69ms) ● testing api › return user feed query at...
When using viewport fraction, return slider content is shown in both sides  ` Container( height: 400, child: CarouselSlider.builder( unlimitedMode: true, slideBuilder: (index) { return Container( alignment: Alignment.center, color: Colors.red,...