Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Blur effect becomes more than 50% lighter with scheme "Release" #21973

Closed
dylancom opened this issue Oct 27, 2018 · 2 comments
Closed

Image Blur effect becomes more than 50% lighter with scheme "Release" #21973

dylancom opened this issue Oct 27, 2018 · 2 comments
Labels
Bug Resolution: Locked This issue was locked by the bot.

Comments

@dylancom
Copy link

dylancom commented Oct 27, 2018

Environment

React Native Environment Info:
System:
OS: macOS High Sierra 10.13.6
CPU: x64 Intel(R) Core(TM) i7-4750HQ CPU @ 2.00GHz
Memory: 340.12 MB / 8.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 9.8.0 - /usr/local/bin/node
Yarn: 1.9.4 - /usr/local/bin/yarn
npm: 6.3.0 - /usr/local/bin/npm
SDKs:
iOS SDK:
Platforms: iOS 12.0, macOS 10.14, tvOS 12.0, watchOS 5.0
IDEs:
Xcode: 10.0/10A255 - /usr/bin/xcodebuild
npmPackages:
react: ^16.6.0-alpha.8af6728 => 16.6.0-alpha.f47a958
react-native: ^0.57.4 => 0.57.4
npmGlobalPackages:
create-react-native-app: 2.0.2
react-native-cli: 2.0.1
react-native-git-upgrade: 0.2.7
react-native-rename: 2.2.2

Description

When using the blurRadius prop on Image (https://facebook.github.io/react-native/docs/image#blurradius) the effect becomes much lighter when building your app for production (scheme: Release).
In my case I was using blurRadius={100} in development (tested on device), but to achieve the same result in production I have to more than double it to a radius of like 230.

@orta
Copy link
Contributor

orta commented Mar 19, 2019

I couldn't repro this when changing the Xcode scheme (from Debug to Release)

Debug
Screen Shot 2019-03-19 at 12 01 31 PM

Release
Screen Shot 2019-03-19 at 12 02 55 PM

Nor on my phone via Expo

IMG_3758

  • is this still a problem?

@rickhanlonii
Copy link
Member

Hey @dylancompanjen, if you can provide a way to repro we're happy to re-open and take a look 👍

@facebook facebook locked as resolved and limited conversation to collaborators Mar 19, 2020
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Mar 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

5 participants