RCTView has a shadow set but cannot calculate shadow efficiently
See original GitHub issueHi, running action button on ios gives that error. Didn’t happen on 2.0.14… Anyone have an idea?
"react-native-action-button": "2.0.15",
"react": "^15.3.2",
"react-native": "0.37.0",
Issue Analytics
- State:
- Created 7 years ago
- Reactions:9
- Comments:21 (9 by maintainers)
Top Results From Across the Web
View has a shadow set but cannot calculate shadow efficiently.
In our app we are applying a shadow to an Image component. Unfortunately that generates the following warning: View ... of type RCTImageView ......
Read more >view has a shadow set but cannot calculate shadow efficiently
I'm getting this error message: >View #54 of type RCTView has a shadow set but cannot calculate shadow efficiently.
Read more >Developers - RCTView has a shadow set but cannot calculate ...
RCTView has a shadow set but cannot calculate shadow efficiently.
Read more >of type RCTView has a shadow set but cannot calculate ... - 简书
of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the...
Read more >App Crash IOS plss help (Fixed) - iOS - React Native WebRTC
... RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
in my case it solved by putting:
shadowOpacity: 0.9
The look is almost same but removes the warning.
This warning told us “Consider setting a background color to fix this”. i did and it worked for me