MaskedView support for Android
See original GitHub issueThis issue was originally created by @IljaDaderko as facebook/react-native#19546.
For Discussion
I’ve worked on view demonstrated below today, very pleasant experience while using MaskedViewIOS In essence it masks Orc graphic with that dark cloud / smoky mask. On android however, I was not able to find anything similar from community and after 3h of trying to create a native component bridge for this, I came nowhere close 😕
Hence I wanted to start this discussion, shall we make MaskedView
more general and support it for Android as well, or are there some limitations that don’t allow this (hence only IOS implementation at the moment?)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:11
- Comments:5
Top Results From Across the Web
React Native Masked View Library - GitHub
Provides a React component that renders a masked view. Platforms Supported. iOS; Android; Web. Getting Started. yarn ...
Read more >MaskedView - Expo Documentation
Android support for this library is experimental and you may encounter inconsistencies in behavior across platforms. Please report issues you encounter to react ......
Read more >React Native MaskedView for iOS and Android - Morioh
Platforms Supported. [x] iOS; [x] Android. Note: React Native MaskedView is not currently supported by Expo unless you “eject”.
Read more >react-native-community/masked-view - npm
React Native MaskedView for iOS and Android. ... Note: React Native MaskedView is not currently supported by Expo unless you "eject".
Read more >React Native MaskedView for Android - Stack Overflow
P.P.S MaskedView is underfined , so I guess it is not currently support on Android. Any 3rd library open source perhaps?
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
@cpojer
MaskedView
should be made more general and support it for Android as well. This would be great to haveMaskedView
for Android 👍I managed to accomplish this for both Android and iOS using Svg masking features. See ‘expo svg’