callstack / callstack/masked-view

Add web stub for this package

Open
#70 4 comments 14 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.