callstack / callstack/masked-view

After v0.2.0 upgrade: Invariant Violation => Rename RNCMaskedView to RNMaskedView

Open
#90 10 comments 7 reactions 0 assignees View on GitHub
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

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.