Masked view is not working with react-native-masked-view/masked-view

import MaskedView from ‘@react-native-masked-view/masked-view’;
gives the below error
Invariant Violation: Tried to register two views with the same name RNCMaskedView

I also installed @react-native-community/masked-view as a dependency for reanimated
Please do give me a solution

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.