brentvatne / react-native-overlay

An <Overlay /> component that brings content inside to the front of the view regardless of its current position in the component tree.
639 stars 79 forks source link

Loading Overlay styles seem to not be included #19

Open inoda opened 9 years ago

inoda commented 9 years ago

Hey team,

I'm trying to use the LoadingOverlay, essentially exactly as it is in your examples. Here's what I see on my emulator:

And here is the related code: The component

Where I'm using the component

Am I wrong to assume the styles should look like the example? And if it is, what am I missing here?

ChristianKohler commented 9 years ago

It's probably related to this issue with BlurView: https://github.com/Kureev/react-native-blur/issues/20

cancan101 commented 8 years ago

I am seeing the same issue on the newest version of blur and overlay and that issues is marked fixed.

niftylettuce commented 8 years ago

@cancan101 @ChristianKohler So we can close or? Confused

niftylettuce commented 8 years ago

See #36 - we will be refactoring this soon to support Android/iOS and not have any issues here, there will no longer be the XCode integration needed