Add a Loading Indicator While Loading Items with React Native ActivityIndicator

InstructorJason Brown

Share this video with your friends

Send Tweet

We'll use the cross platform ActivityIndicator to add a loading spinner while the items load from AsyncStorage. We'll show off the importance of rendering order, absolute positioning, and how to center items with alignItems and justifyContent set to center.