Show an Animated Buffering Icon When Remote Videos are Loading in React Native

InstructorJason Brown

Share this video with your friends

Send Tweet

In this lesson we'll be using a buffering icon from react-native-vector-icons to display a buffering state over the center of the video.

We'll learn how to setup up an Animated.loop to rotate the buffering icon and how to use the video's meta to only run the loop during buffering.