Nilofar Diwan
Results
2
comments of
Nilofar Diwan
You can use map method instead of the Flatlist as well also if you are use flat list then render new component under the flatlist renderItem and into this component...
useTrackPlayerEvents(events, async event => { console.log('🚀🚀🚀', event); } const track: any = { id: item?.id, creator: item.creator, url: item?.voice, // https audio URL which plays in Android and browser as...