ref #449 shadowOpacity should be float type#538
Closed
wangii wants to merge 1 commit intofacebook:masterfrom
Closed
ref #449 shadowOpacity should be float type#538wangii wants to merge 1 commit intofacebook:masterfrom
wangii wants to merge 1 commit intofacebook:masterfrom
Conversation
according to [doc] (https://developer.apple.com/library/ios/documentation/GraphicsImaging/Reference/CALayer_class/#//apple_ref/occ/instp/CALayer/shadowRadius), shadowOpacity is type `float`.
Contributor
|
This actually ended up getting fixed internally in 18cb5d0 – thanks for sending this in though! |
jfrolich
pushed a commit
to jfrolich/react-native
that referenced
this pull request
Apr 22, 2020
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.1.1...v4.1.2) Signed-off-by: dependabot[bot] <support@github.com>
ayushjainrksh
referenced
this pull request
in MLH-Fellowship/react-native
Jul 2, 2020
acoates-ms
pushed a commit
to acoates-ms/react-native
that referenced
this pull request
Aug 18, 2020
This was referenced Jun 20, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
according to doc, shadowOpacity is type
float.