Martin Alejandro Santangelo
Martin Alejandro Santangelo
For iOS adding this at the beginning of the didFinishLaunchingWithOptions method did the trick for me AppDelegate.m ``` - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Set initial orientation [Orientation setOrientation:UIInterfaceOrientationMaskPortrait];...
same for: iOS 11 React-Native: 0.54.0 react-native-blur: 3.2.2 Xcode 9 any update on this one?
I had the same issue. The blur was working great on android and on ios I just was getting a grey box. Removing the background color on the blur view...