Vincent Dave Te

Results 5 issues of 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 ![flutter_carousel_slider](https://user-images.githubusercontent.com/52650624/133211091-4df9797b-831a-47dc-8398-218774f0be18.JPG) ` Container( height: 400, child: CarouselSlider.builder( unlimitedMode: true, slideBuilder: (index) { return Container( alignment: Alignment.center, color: Colors.red,...