siddharth-kt

Results 45 comments of siddharth-kt
trafficstars

Hi @Agontuk, In my case i did ACCESS_COARSE_LOCATION (in AndroidManifest.xml) and low accuracy on android but even after this its showing dialog.

> @lucasbento I was just able to work around this using a ref. I'm using a class component manually assigning like this: > > ``` > // top of the...

Try updating yout renderAheadOffset prop on recyclerListView to 1000 or 2000.

> You need to use Animated library from react-native or react-native-reanimated Can you please show/give me any example code for that. Thanks!

😮 I see, thanks for letting me know.

> Check this : https://www.youtube.com/watch?v=vPJmC1udLWk Nice, kindly share the code.

Ok, my code is something like below : import {useScrollToTop} from '@react-navigation/native'; ... function Home(props) { const scrollRef = useRef(null); useScrollToTop(scrollRef); return ( ) ... }

Hi @PedroBern, Thanks for such great lib. (https://github.com/PedroBern/react-native-collapsible-tab-view) I am using https://github.com/PedroBern/react-native-collapsible-tab-view (v2.0.2) but I am facing a problem. When attaching it with RecyclerListView we need to declare Animated.ScrollView but...

> Still happening for uris like `content://com.android.providers.media.documents/document/image%3A38695` which solution worked for you.