Abbas moosavi
Abbas moosavi
> i have created a fork which solve this issue, https://github.com/iMokhles/react-native-app-tour Thanks, safe my day
I fixed it by import { PanResponder, Platform, ScrollView, StyleSheet, View } from 'react-native' import ViewPagerAndroid from "@react-native-community/viewpager"; import React, { Component } from 'react'
@harshit-prog use this module react-native-best-viewpager I fixed in this module
@harshit-prog You 're wellcome
Use https://github.com/abbasmoosavi/react-native-image-crop-picker.git my fork
> Hi, also happening in: > > "react-native": "0.61.2" > "lottie-ios": "3.1.3", > "lottie-react-native": "3.2.1", > > In my case the asset I'm using works in Android and worked in...
Maybe in new version
> I fixed this issue by including the path inside the addAndroidDownloads object. > > RNFetchBlob.config({ > fileCache : true, > path : dirs.DownloadDir + '/test-report-'+data.id+'.pdf', > addAndroidDownloads : {...