callstack / callstack/masked-view
After v0.2.0 upgrade: Invariant Violation => Rename RNCMaskedView to RNMaskedView
Open
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
This issue prevents me from using react-native-masked-view v0.2.0 because I can't run this and v0.1.10 in parallel, while the latter is a peer dependency for @react-navigation/stack (`"@react-native-community/masked-view": ">= 0.1.0"` that is). Installing both yields the following error which makes sense:
```
Invariant Violation: Tried to register two views with the same name RNCMaskedView
```
This could be avoided by renaming RNCMaskedView to RNMaskedView, which makes more sense anyway, since the RNC stood for @react-native-community and this is not under the RNC umbrella anymore.
Contributor guide
Assessment
This issue has not been assessed yet.