Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created March 8, 2018 10:41
Show Gist options
  • Save amandeepmittal/7060f33f844394bcd631f17597668faa to your computer and use it in GitHub Desktop.
Save amandeepmittal/7060f33f844394bcd631f17597668faa to your computer and use it in GitHub Desktop.
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: '#fff',
alignItems: 'center',
justifyContent: 'center'
},
animationContainer: {
backgroundColor: '#fff',
alignItems: 'center',
justifyContent: 'center',
flex: 1
},
loadingAnimation: {
width: 400,
height: 400,
backgroundColor: 'transparent'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment