React Native | Activity Indicator Component

 App.js:


import React from 'react';
import {View, StyleSheet, Button, Alert, Text, ActivityIndicator} from 'react-native';

const App = () => {
    return(
        <View>
            <Text style={{fontSize:30, backgroundColor:'blue', color:'white'}}>ActivityIndicator</Text>
            <ActivityIndicator size="large" color="red" />
        </View>
    )
}
export default App;



Comments

Popular posts from this blog

Send Data Child to Parent Component - React Js

Hide , Show and Toggle in ReactJs

Importance Of Web Content In SEO.