What should I use to play videos?

I’m working on a app. I want to display the videos how Facebook does it with autoplay. Im not sure if they are using a scrollview or AV Kit or what. Please Help!

Hi @quintsanity,
I wouldn’t know that either, however I think they might be using ReactNative elements.

As for the second part, of autoplaying videos, you can embed the video player in a tableViewCell (if you are using a tableView) and when you send a request to load the video (locally or remotely) when it is loaded, you simply instruct the player to play IF the autoplay setting is set to true.

cheers,

Jayant