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.