callstack / callstack/masked-view
Add web stub for this package
Open
hacktoberfest
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
# Feature request
It would be nice to add a web stub implementation for this package based on react-native-web
## Possible implementation
I haven't dived in much how the actual implementation can be, however, a stub based on normal `` could be suffice I suppose.
### Code sample
```jsx
export function MaskedViewWeb({ maskElement: _ /* Not used */, ...props }: MaskedViewProps) {
return ;
}
```
Contributor guide
Assessment
This issue has not been assessed yet.