Ved Prakash

Results 21 comments of Ved Prakash

I have created a Custom Cluster, it might help someone ``` import React, { Component } from "react"; import { View, Text, Image, TouchableOpacity } from "react-native"; import styles from...

For me, the solution was supplying latitude and longitude in `initialRegion` in `Number` format

> Just noticed something! The issue seems to be related with Samsung cameras. Just tested on a Motorola and image did not get rotated. > > Is there any configuration...

You can use properties `style` `boxStyle` and `textStyle` to play with see below how > style={{flexWrap:'wrap',flexDirection:"row",alignItems:"center",justifyContent:"center"}} > data={data} > animationTypes={['pulse']} > initial={1} > circleSize={20} > box={false} > selectedBtn={(e) => console.log(e)}...

Try this `const db = SQLite.openDatabase({name:'app_update',createFromLocation:'~ app_update.sqlite',location:'default'}, openCB, errorCB);`

@dcvz @lovegaoshi Anything on this seems many users getting affected, today only 5 users have the same issue.

> ur welcome to try [1145e2d](https://github.com/doublesymmetry/react-native-track-player/commit/1145e2da93647cab93bf118cbf22177433fbe642) for android 14 though i doubt it matters. unless someone can reliably reproduce this error there aint much to do other than not stopping...

> you're triggering this via setupPlayer? so this happens at app start up? As per the stacktrace and the session log we have, it doesn't crash at startup, but when...

> the trace log specifically occurs at MM.setupPlayer which is the RN module, where TP.setupPlayer calls it, not when audio is first played; do you use await TP.setupPlayer? and why...

> so your app reliably crushes with this exception on android 14? is your component rerendered somehow and triggering componentDidMount again? if you console.log within that is it called twice?...