vemarav / react-native-avatar-crop

Highly customisable <Crop /> component for React Native < 💅 >
https://www.npmjs.com/package/react-native-avatar-crop
MIT License
54 stars 14 forks source link

Tried to register two views with the same name RNCMaskedView #15

Closed pacosta613 closed 2 years ago

pacosta613 commented 2 years ago

I am getting this error when I used this module. any ideas as to why?

vemarav commented 2 years ago

I think you are using https://www.npmjs.com/package/@react-native-community/masked-view(deprecated) instead of https://www.npmjs.com/package/@react-native-masked-view/masked-view

pacosta613 commented 2 years ago

It's possible the react-native community/masked-view can be causing this issue but I need it for react-navigation.

vemarav commented 2 years ago

use v1.2.4,

npm

npm install --save react-native-avatar-crop@1.2.4

yarn

yarn add react-native-avatar-crop@1.2.4
pacosta613 commented 2 years ago

thanks this work but we got another issue now.