Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <OrientationLoadingOverlay
  2. visible={this.props.fetching}
  3. color='white'
  4. >
  5. <View>
  6. <Image
  7. source={Images.launch}
  8. />
  9. </View>
  10. </OrientationLoadingOverlay>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement