Hi, I'm using the YouTubePlayer inside a FlatList. I want to use the onChangeState and onReady functions, but these functions don't seem to be working. When I try to use YouTubePlayer outside the FlatList (standalone instance), it works fine and both the mentioned functions work fine.
Hi, I'm using the
YouTubePlayer
inside aFlatList
. I want to use theonChangeState
andonReady
functions, but these functions don't seem to be working. When I try to use YouTubePlayer outside the FlatList (standalone instance), it works fine and both the mentioned functions work fine.code:
Library version: "react-native-youtube-iframe": "^2.3.0"