Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created November 19, 2019 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandeepmittal/5de7251be0d7feb341565ef78e08e03a to your computer and use it in GitHub Desktop.
Save amandeepmittal/5de7251be0d7feb341565ef78e08e03a to your computer and use it in GitHub Desktop.
import { StyleSheet, Text, View, ActivityIndicator } from 'react-native'
// ... inside App component
state = {
loading: true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment